#609210

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

Shades of Olive Drab #609210

Tints of Olive Drab #609210

Color information

#609210 (or 0x609210) is unknown color: approx Olive Drab. HEX triplet: 60, 92 and 10. RGB value is (96,146,16). Sum of RGB (Red+Green+Blue) = 96+146+16=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #609210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609210 is #9F6DEF. Grayscale: #747474. Windows color (decimal): -10448368 or 1086048. OLE color: 1086048.

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

Color convert

RGB9614616-
CMYK0.3400.890.43
HSL83.08º80.25%31.76%-
HSV(B)83.08º89.04%57.25%-
XYZ15.223.084.14-
YUV116.2371.44113.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 146 (57.42% from 255) = 56.59%
BLUE value IS 16 (6.64% from 255) = 6.20%
R=37.21%
G=56.59%
B=6.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96146160.3400.890.4383.0880.2531.76
Hex609210220592B535020
Octal140222204201315312312040
Binary110000010010010100001000100101100110101110100111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609210; }

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

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

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

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

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

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

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

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