#609212

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

Shades of Olive Drab #609212

Tints of Olive Drab #609212

Color information

#609212 (or 0x609212) is unknown color: approx Olive Drab. HEX triplet: 60, 92 and 12. RGB value is (96,146,18). Sum of RGB (Red+Green+Blue) = 96+146+18=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #609212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609212 is #9F6DED. Grayscale: #747474. Windows color (decimal): -10448366 or 1217120. OLE color: 1217120.

HSL color Cylindrical-coordinate representation of color #609212: hue angle of 83.44º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #609212 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB9614618-
CMYK0.3400.880.43
HSL83.44º78.05%32.16%-
HSV(B)83.44º87.67%57.25%-
XYZ15.2123.094.23-
YUV116.4672.44113.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 146 (57.42% from 255) = 56.15%
BLUE value IS 18 (7.42% from 255) = 6.92%
R=36.92%
G=56.15%
B=6.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96146180.3400.880.4383.4478.0532.16
Hex609212220582B534e20
Octal140222224201305312311640
Binary110000010010010100101000100101100010101110100111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609212; }

 p { color: rgb(96,146,18); }

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

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

 a { background-color: rgb(96,146,18); }

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

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

 span { border-color: rgb(96,146,18); }

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