#60870A

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

Shades of Olive Drab #60870A

Tints of Olive Drab #60870A

Color information

#60870A (or 0x60870A) is unknown color: approx Olive Drab. HEX triplet: 60, 87 and 0A. RGB value is (96,135,10). Sum of RGB (Red+Green+Blue) = 96+135+10=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #60870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60870A is #9F78F5. Grayscale: #6D6D6D. Windows color (decimal): -10451190 or 690016. OLE color: 690016.

HSL color Cylindrical-coordinate representation of color #60870A: hue angle of 78.72º 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 #60870A is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB9613510-
CMYK0.2900.930.47
HSL78.72º86.21%28.43%-
HSV(B)78.72º92.59%52.94%-
XYZ13.5419.843.4-
YUV109.0972.08118.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 135 (53.12% from 255) = 56.02%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=39.83%
G=56.02%
B=4.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96135100.2900.930.4778.7286.2128.43
Hex6087A1D05D2F4f561c
Octal140207123501355711712634
Binary110000010000111101011101010111011011111001111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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