Html Css Color HEX #64860C Olive Drab

📋 copy color: '#64860C'

red 100 ◦ green 134 ◦ blue 12

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

Shades of Olive Drab #64860C

Tints of Olive Drab #64860C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.47%

 BLUE value IS 12 (5.08% from 255) = 4.88%

R = 40.65%
G = 54.47%
B = 4.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#64860C (or 0x64860C) is known color: Olive Drab. HEX triplet: 64, 86 and 0C. RGB value is (100,134,12). Sum of RGB (Red+Green+Blue) = 100+134+12=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #64860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64860C is #9B79F3. Grayscale: #6E6E6E. Windows color (decimal): -10189300 or 820836. OLE color: 820836.

HSL color Cylindrical-coordinate representation of color #64860C: hue angle of 76.72º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64860C is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 12 -
CMYK 0.25 0 0.91 0.47
HSL 76.72º 0.84% 0.29% -
HSV(B) 76.72º 0.91% 0.53% -
XYZ 13.85 19.79 3.44 -
YUV 109.93 72.74 120.92 -
System Red Green Blue C M Y K H S L
Decimal 100 134 12 0.25 0 0.91 0.47 76.72 0.84 0.29
Hex 64 86 C 19 0 5B 2F 4D 54 1D
Octal 144 206 14 31 0 133 57 115 124 35
Binary 1100100 10000110 1100 11001 0 1011011 101111 1001101 1010100 11101

Color Harmonies of #64860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64860C

Black with #64860C

Text Example


Text Example

White with #64860C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,134,12); }

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

background-color css

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

 a { background-color: rgb(100,134,12); }

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

border-color css

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

 span { border-color: rgb(100,134,12); }

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