#64860E

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

Shades of Olive Drab #64860E

Tints of Olive Drab #64860E

Color information

#64860E (or 0x64860E) is unknown color: approx Olive Drab. HEX triplet: 64, 86 and 0E. RGB value is (100,134,14). Sum of RGB (Red+Green+Blue) = 100+134+14=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #64860E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64860E is #9B79F1. Grayscale: #6E6E6E. Windows color (decimal): -10189298 or 951908. OLE color: 951908.

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

Color convert

RGB10013414-
CMYK0.2500.900.47
HSL77º81.08%29.02%-
HSV(B)77º89.55%52.55%-
XYZ13.8619.793.51-
YUV110.1573.74120.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 134 (52.73% from 255) = 54.03%
BLUE value IS 14 (5.86% from 255) = 5.65%
R=40.32%
G=54.03%
B=5.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100134140.2500.900.477781.0829.02
Hex6486E1905A2F4d511d
Octal144206163101325711512135
Binary110010010000110111011001010110101011111001101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64860E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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