#608220

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

Shades of Olive Drab #608220

Tints of Olive Drab #608220

Color information

#608220 (or 0x608220) is unknown color: approx Olive Drab. HEX triplet: 60, 82 and 20. RGB value is (96,130,32). Sum of RGB (Red+Green+Blue) = 96+130+32=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #608220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608220 is #9F7DDF. Grayscale: #6D6D6D. Windows color (decimal): -10452448 or 2130528. OLE color: 2130528.

HSL color Cylindrical-coordinate representation of color #608220: hue angle of 80.82º 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 #608220 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB9613032-
CMYK0.2600.750.49
HSL80.82º60.49%31.76%-
HSV(B)80.82º75.38%50.98%-
XYZ13.0718.564.26-
YUV108.6684.74118.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 32 (12.89% from 255) = 12.40%
R=37.21%
G=50.39%
B=12.40%

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
Decimal96130320.2600.750.4980.8260.4931.76
Hex6082201A04B31513c20
Octal14020240320113611217440
Binary11000001000001010000011010010010111100011010001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608220; }

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

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

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

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

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

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

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

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