#64911A

Color #64911A Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #64911A

Tints of Olive Drab #64911A

Color information

#64911A (or 0x64911A) is unknown color: approx Olive Drab. HEX triplet: 64, 91 and 1A. RGB value is (100,145,26). Sum of RGB (Red+Green+Blue) = 100+145+26=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #64911A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64911A is #9B6EE5. Grayscale: #767676. Windows color (decimal): -10186470 or 1741156. OLE color: 1741156.

HSL color Cylindrical-coordinate representation of color #64911A: hue angle of 82.69º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64911A is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB10014526-
CMYK0.3100.820.43
HSL82.69º69.59%33.53%-
HSV(B)82.69º82.07%56.86%-
XYZ15.5723.034.6-
YUV117.9876.09115.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 145 (57.03% from 255) = 53.51%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=36.90%
G=53.51%
B=9.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100145260.3100.820.4382.6969.5933.53
Hex64911A1F0522B534622
Octal144221323701225312310642
Binary11001001001000111010111110101001010101110100111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64911A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64911A; }

 p { color: rgb(100,145,26); }

 H1.HeaderClassName
 {
   color: #64911A;
 }
 .AnyTagClassName
 {
   color: #64911A;
 }
</style>
background-color css

<style>
 a { background-color: #64911A; }

 a { background-color: rgb(100,145,26); }

 div.DivClassName
 {
   background-color: #64911A;
 }
 .BgClassName
 {
   background-color: #64911A;
 }
</style>
border-color css

<style>
 span { border-color: #64911A; }

 span { border-color: rgb(100,145,26); }

 td.TdClassName
 {
   border-color: #64911A;
 }
 .TagClassName
 {
   border-color: #64911A;
 }
</style>