#62812A

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

Shades of Olive Drab #62812A

Tints of Olive Drab #62812A

Color information

#62812A (or 0x62812A) is unknown color: approx Olive Drab. HEX triplet: 62, 81 and 2A. RGB value is (98,129,42). Sum of RGB (Red+Green+Blue) = 98+129+42=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #62812A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62812A is #9D7ED5. Grayscale: #6E6E6E. Windows color (decimal): -10321622 or 2785634. OLE color: 2785634.

HSL color Cylindrical-coordinate representation of color #62812A: hue angle of 81.38º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62812A is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB9812942-
CMYK0.2400.670.49
HSL81.38º50.88%33.53%-
HSV(B)81.38º67.44%50.59%-
XYZ13.3118.465.05-
YUV109.8189.73119.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.43%
GREEN value IS 129 (50.78% from 255) = 47.96%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=36.43%
G=47.96%
B=15.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98129420.2400.670.4981.3850.8833.53
Hex62812A1804331513322
Octal14220152300103611216342
Binary11000101000000110101011000010000111100011010001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62812A; }

 p { color: rgb(98,129,42); }

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

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

 a { background-color: rgb(98,129,42); }

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

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

 span { border-color: rgb(98,129,42); }

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