#62802C

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

Shades of Olive Drab #62802C

Tints of Olive Drab #62802C

Color information

#62802C (or 0x62802C) is unknown color: approx Olive Drab. HEX triplet: 62, 80 and 2C. RGB value is (98,128,44). Sum of RGB (Red+Green+Blue) = 98+128+44=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #62802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62802C is #9D7FD3. Grayscale: #6D6D6D. Windows color (decimal): -10321876 or 2916450. OLE color: 2916450.

HSL color Cylindrical-coordinate representation of color #62802C: hue angle of 81.43º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62802C is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB9812844-
CMYK0.2300.660.50
HSL81.43º48.84%33.73%-
HSV(B)81.43º65.62%50.2%-
XYZ13.2118.225.2-
YUV109.4591.06119.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 128 (50.39% from 255) = 47.41%
BLUE value IS 44 (17.58% from 255) = 16.30%
R=36.30%
G=47.41%
B=16.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98128440.2300.660.5081.4348.8433.73
Hex62802C1704232513122
Octal14220054270102621216142
Binary11000101000000010110010111010000101100101010001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62802C; }

 p { color: rgb(98,128,44); }

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

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

 a { background-color: rgb(98,128,44); }

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

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

 span { border-color: rgb(98,128,44); }

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