Html Css Color HEX #64911C Olive Drab

📋 copy color: '#64911C'

red 100 ◦ green 145 ◦ blue 28

#64911C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #64911C

Tints of Olive Drab #64911C

RGB

 RED value IS 100 (39.45% from 255) = 36.63%

 GREEN value IS 145 (57.03% from 255) = 53.11%

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 36.63%
G = 53.11%
B = 10.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#64911C (or 0x64911C) is known color: Olive Drab. HEX triplet: 64, 91 and 1C. RGB value is (100,145,28). Sum of RGB (Red+Green+Blue) = 100+145+28=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #64911C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64911C is #9B6EE3. Grayscale: #767676. Windows color (decimal): -10186468 or 1872228. OLE color: 1872228.

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

Color convert

RGB 100 145 28 -
CMYK 0.31 0 0.81 0.43
HSL 83.08º 0.68% 0.34% -
HSV(B) 83.08º 0.81% 0.57% -
XYZ 15.59 23.04 4.72 -
YUV 118.21 77.09 115.01 -
System Red Green Blue C M Y K H S L
Decimal 100 145 28 0.31 0 0.81 0.43 83.08 0.68 0.34
Hex 64 91 1C 1F 0 51 2B 53 44 22
Octal 144 221 34 37 0 121 53 123 104 42
Binary 1100100 10010001 11100 11111 0 1010001 101011 1010011 1000100 100010

Color Harmonies of #64911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64911C

Black with #64911C

Text Example


Text Example

White with #64911C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64911C;
 }
 .AnyTagClassName
 {
   color: #64911C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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