#60960A

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

Shades of Olive Drab #60960A

Tints of Olive Drab #60960A

Color information

#60960A (or 0x60960A) is unknown color: approx Olive Drab. HEX triplet: 60, 96 and 0A. RGB value is (96,150,10). Sum of RGB (Red+Green+Blue) = 96+150+10=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #60960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60960A is #9F69F5. Grayscale: #767676. Windows color (decimal): -10447350 or 693856. OLE color: 693856.

HSL color Cylindrical-coordinate representation of color #60960A: hue angle of 83.14º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60960A is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB9615010-
CMYK0.3600.930.41
HSL83.14º87.5%31.37%-
HSV(B)83.14º93.33%58.82%-
XYZ15.7924.324.15-
YUV117.8967.11112.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 150 (58.98% from 255) = 58.59%
BLUE value IS 10 (4.30% from 255) = 3.91%
R=37.5%
G=58.59%
B=3.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96150100.3600.930.4183.1487.531.37
Hex6096A2405D2953581f
Octal140226124401355112313037
Binary1100000100101101010100100010111011010011010011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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