#62822D

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

Shades of Olive Drab #62822D

Tints of Olive Drab #62822D

Color information

#62822D (or 0x62822D) is unknown color: approx Olive Drab. HEX triplet: 62, 82 and 2D. RGB value is (98,130,45). Sum of RGB (Red+Green+Blue) = 98+130+45=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #62822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62822D is #9D7DD2. Grayscale: #6F6F6F. Windows color (decimal): -10321363 or 2982498. OLE color: 2982498.

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

Color convert

RGB9813045-
CMYK0.2500.650.49
HSL82.59º48.57%34.31%-
HSV(B)82.59º65.38%50.98%-
XYZ13.4918.755.39-
YUV110.7490.9118.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 45 (17.97% from 255) = 16.48%
R=35.90%
G=47.62%
B=16.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130450.2500.650.4982.5948.5734.31
Hex62822D1904131533122
Octal14220255310101611236142
Binary11000101000001010110111001010000011100011010011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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