#62822b

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

Shades of Olive Drab #62822B

Tints of Olive Drab #62822B

Color information

#62822B (or 0x62822B) is unknown color: approx Olive Drab. HEX triplet: 62, 82 and 2B. RGB value is (98,130,43). Sum of RGB (Red+Green+Blue) = 98+130+43=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #62822B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62822B is #9D7DD4. Grayscale: #6E6E6E. Windows color (decimal): -10321365 or 2851426. OLE color: 2851426.

HSL color Cylindrical-coordinate representation of color #62822B: hue angle of 82.07º degrees, saturation: 0.5, 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 #62822B is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB9813043-
CMYK0.2500.670.49
HSL82.07º50.29%33.92%-
HSV(B)82.07º66.92%50.98%-
XYZ13.4618.745.19-
YUV110.5189.9119.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.16%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 43 (17.19% from 255) = 15.87%
R=36.16%
G=47.97%
B=15.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130430.2500.670.4982.0750.2933.92
Hex62822B1904331523222
Octal14220253310103611226242
Binary11000101000001010101111001010000111100011010010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62822b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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