#608221

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

Shades of Olive Drab #608221

Tints of Olive Drab #608221

Color information

#608221 (or 0x608221) is unknown color: approx Olive Drab. HEX triplet: 60, 82 and 21. RGB value is (96,130,33). Sum of RGB (Red+Green+Blue) = 96+130+33=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #608221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608221 is #9F7DDE. Grayscale: #6D6D6D. Windows color (decimal): -10452447 or 2196064. OLE color: 2196064.

HSL color Cylindrical-coordinate representation of color #608221: hue angle of 81.03º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #608221 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB9613033-
CMYK0.2600.750.49
HSL81.03º59.51%31.96%-
HSV(B)81.03º74.62%50.98%-
XYZ13.0818.564.33-
YUV108.7885.24118.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 33 (13.28% from 255) = 12.74%
R=37.07%
G=50.19%
B=12.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130330.2600.750.4981.0359.5131.96
Hex6082211A04B31513c20
Octal14020241320113611217440
Binary11000001000001010000111010010010111100011010001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608221; }

 p { color: rgb(96,130,33); }

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

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

 a { background-color: rgb(96,130,33); }

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

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

 span { border-color: rgb(96,130,33); }

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