#62832C

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

Shades of Olive Drab #62832C

Tints of Olive Drab #62832C

Color information

#62832C (or 0x62832C) is unknown color: approx Olive Drab. HEX triplet: 62, 83 and 2C. RGB value is (98,131,44). Sum of RGB (Red+Green+Blue) = 98+131+44=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #62832C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62832C is #9D7CD3. Grayscale: #6F6F6F. Windows color (decimal): -10321108 or 2917218. OLE color: 2917218.

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

Color convert

RGB9813144-
CMYK0.2500.660.49
HSL82.76º49.71%34.31%-
HSV(B)82.76º66.41%51.37%-
XYZ13.6119.015.34-
YUV111.2190.07118.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=35.90%
G=47.99%
B=16.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98131440.2500.660.4982.7649.7134.31
Hex62832C1904231533222
Octal14220354310102611236242
Binary11000101000001110110011001010000101100011010011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62832C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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