Html Css Color HEX #64911D Olive Drab

📋 copy color: '#64911D'

red 100 ◦ green 145 ◦ blue 29

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

Shades of Olive Drab #64911D

Tints of Olive Drab #64911D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.58%

R = 36.5%
G = 52.92%
B = 10.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#64911D (or 0x64911D) is known color: Olive Drab. HEX triplet: 64, 91 and 1D. RGB value is (100,145,29). Sum of RGB (Red+Green+Blue) = 100+145+29=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #64911D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64911D is #9B6EE2. Grayscale: #767676. Windows color (decimal): -10186467 or 1937764. OLE color: 1937764.

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

Color convert

RGB 100 145 29 -
CMYK 0.31 0 0.8 0.43
HSL 83.28º 0.67% 0.34% -
HSV(B) 83.28º 0.8% 0.57% -
XYZ 15.6 23.05 4.79 -
YUV 118.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 100 145 29 0.31 0 0.8 0.43 83.28 0.67 0.34
Hex 64 91 1D 1F 0 50 2B 53 43 22
Octal 144 221 35 37 0 120 53 123 103 42
Binary 1100100 10010001 11101 11111 0 1010000 101011 1010011 1000011 100010

Color Harmonies of #64911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64911D

Black with #64911D

Text Example


Text Example

White with #64911D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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