#609310

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

Shades of Olive Drab #609310

Tints of Olive Drab #609310

Color information

#609310 (or 0x609310) is unknown color: approx Olive Drab. HEX triplet: 60, 93 and 10. RGB value is (96,147,16). Sum of RGB (Red+Green+Blue) = 96+147+16=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #609310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609310 is #9F6CEF. Grayscale: #757575. Windows color (decimal): -10448112 or 1086304. OLE color: 1086304.

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

Color convert

RGB9614716-
CMYK0.3500.890.42
HSL83.36º80.37%31.96%-
HSV(B)83.36º89.12%57.65%-
XYZ15.3523.394.2-
YUV116.8271.1113.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 147 (57.81% from 255) = 56.76%
BLUE value IS 16 (6.64% from 255) = 6.18%
R=37.07%
G=56.76%
B=6.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96147160.3500.890.4283.3680.3731.96
Hex609310230592A535020
Octal140223204301315212312040
Binary110000010010011100001000110101100110101010100111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609310; }

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

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

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

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

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

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

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

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