#60860B

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

Shades of Olive Drab #60860B

Tints of Olive Drab #60860B

Color information

#60860B (or 0x60860B) is unknown color: approx Olive Drab. HEX triplet: 60, 86 and 0B. RGB value is (96,134,11). Sum of RGB (Red+Green+Blue) = 96+134+11=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #60860B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60860B is #9F79F4. Grayscale: #6D6D6D. Windows color (decimal): -10451445 or 755296. OLE color: 755296.

HSL color Cylindrical-coordinate representation of color #60860B: hue angle of 78.54º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60860B is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB9613411-
CMYK0.2800.920.47
HSL78.54º84.83%28.43%-
HSV(B)78.54º91.79%52.55%-
XYZ13.4119.563.39-
YUV108.6272.91119-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 134 (52.73% from 255) = 55.60%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=39.83%
G=55.60%
B=4.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96134110.2800.920.4778.5484.8328.43
Hex6086B1C05C2F4f551c
Octal140206133401345711712534
Binary110000010000110101111100010111001011111001111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60860B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60860B; }

 p { color: rgb(96,134,11); }

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

<style>
 a { background-color: #60860B; }

 a { background-color: rgb(96,134,11); }

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

<style>
 span { border-color: #60860B; }

 span { border-color: rgb(96,134,11); }

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