#609316

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

Shades of Olive Drab #609316

Tints of Olive Drab #609316

Color information

#609316 (or 0x609316) is unknown color: approx Olive Drab. HEX triplet: 60, 93 and 16. RGB value is (96,147,22). Sum of RGB (Red+Green+Blue) = 96+147+22=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #609316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609316 is #9F6CE9. Grayscale: #757575. Windows color (decimal): -10448106 or 1479520. OLE color: 1479520.

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

Color convert

RGB9614722-
CMYK0.3500.850.42
HSL84.48º73.96%33.14%-
HSV(B)84.48º85.03%57.65%-
XYZ15.423.414.47-
YUV117.574.1112.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 147 (57.81% from 255) = 55.47%
BLUE value IS 22 (8.98% from 255) = 8.30%
R=36.23%
G=55.47%
B=8.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96147220.3500.850.4284.4873.9633.14
Hex609316230552A544a21
Octal140223264301255212411241
Binary110000010010011101101000110101010110101010101001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609316; }

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

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

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

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

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

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

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

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