#60861C

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

Shades of Olive Drab #60861C

Tints of Olive Drab #60861C

Color information

#60861C (or 0x60861C) is unknown color: approx Olive Drab. HEX triplet: 60, 86 and 1C. RGB value is (96,134,28). Sum of RGB (Red+Green+Blue) = 96+134+28=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #60861C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60861C is #9F79E3. Grayscale: #6E6E6E. Windows color (decimal): -10451428 or 1869408. OLE color: 1869408.

HSL color Cylindrical-coordinate representation of color #60861C: hue angle of 81.51º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60861C is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB9613428-
CMYK0.2800.790.47
HSL81.51º65.43%31.76%-
HSV(B)81.51º79.1%52.55%-
XYZ13.5619.624.17-
YUV110.5581.41117.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 134 (52.73% from 255) = 51.94%
BLUE value IS 28 (11.33% from 255) = 10.85%
R=37.21%
G=51.94%
B=10.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96134280.2800.790.4781.5165.4331.76
Hex60861C1C04F2F524120
Octal140206343401175712210140
Binary11000001000011011100111000100111110111110100101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60861C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60861C; }

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

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

<style>
 a { background-color: #60861C; }

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

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

<style>
 span { border-color: #60861C; }

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

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