#62822A

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

Shades of Olive Drab #62822A

Tints of Olive Drab #62822A

Color information

#62822A (or 0x62822A) is unknown color: approx Olive Drab. HEX triplet: 62, 82 and 2A. RGB value is (98,130,42). Sum of RGB (Red+Green+Blue) = 98+130+42=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #62822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62822A is #9D7DD5. Grayscale: #6E6E6E. Windows color (decimal): -10321366 or 2785890. OLE color: 2785890.

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

Color convert

RGB9813042-
CMYK0.2500.680.49
HSL81.82º51.16%33.73%-
HSV(B)81.82º67.69%50.98%-
XYZ13.4418.735.1-
YUV110.489.4119.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 130 (51.17% from 255) = 48.15%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=36.30%
G=48.15%
B=15.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130420.2500.680.4981.8251.1633.73
Hex62822A1904431523322
Octal14220252310104611226342
Binary11000101000001010101011001010001001100011010010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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