#64870A

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

Shades of Olive Drab #64870A

Tints of Olive Drab #64870A

Color information

#64870A (or 0x64870A) is unknown color: approx Olive Drab. HEX triplet: 64, 87 and 0A. RGB value is (100,135,10). Sum of RGB (Red+Green+Blue) = 100+135+10=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #64870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64870A is #9B78F5. Grayscale: #6E6E6E. Windows color (decimal): -10189046 or 690020. OLE color: 690020.

HSL color Cylindrical-coordinate representation of color #64870A: hue angle of 76.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64870A is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB10013510-
CMYK0.2600.930.47
HSL76.8º86.21%28.43%-
HSV(B)76.8º92.59%52.94%-
XYZ13.9720.063.42-
YUV110.2871.4120.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 10 (4.30% from 255) = 4.08%
R=40.82%
G=55.10%
B=4.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100135100.2600.930.4776.886.2128.43
Hex6487A1A05D2F4d561c
Octal144207123201355711512634
Binary110010010000111101011010010111011011111001101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,135,10); }

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

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

 a { background-color: rgb(100,135,10); }

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

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

 span { border-color: rgb(100,135,10); }

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