#60880D

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

Shades of Olive Drab #60880D

Tints of Olive Drab #60880D

Color information

#60880D (or 0x60880D) is unknown color: approx Olive Drab. HEX triplet: 60, 88 and 0D. RGB value is (96,136,13). Sum of RGB (Red+Green+Blue) = 96+136+13=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #60880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60880D is #9F77F2. Grayscale: #6E6E6E. Windows color (decimal): -10450931 or 886880. OLE color: 886880.

HSL color Cylindrical-coordinate representation of color #60880D: hue angle of 79.51º degrees, saturation: 0.83, 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 #60880D is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB9613613-
CMYK0.2900.900.47
HSL79.51º82.55%29.22%-
HSV(B)79.51º90.44%53.33%-
XYZ13.720.123.54-
YUV110.0273.25118-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 136 (53.52% from 255) = 55.51%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=39.18%
G=55.51%
B=5.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96136130.2900.900.4779.5182.5529.22
Hex6088D1D05A2F50531d
Octal140210153501325712012335
Binary110000010001000110111101010110101011111010000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60880D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,136,13); }

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

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

 a { background-color: rgb(96,136,13); }

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

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

 span { border-color: rgb(96,136,13); }

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