Shades of Olive Drab #62822C
Tints of Olive Drab #62822C
RGB
CMYK
RGB Variations
Color information
#62822C (or 0x62822C) is known color: Olive Drab. HEX triplet: 62, 82 and 2C. RGB value is (98,130,44). Sum of RGB (Red+Green+Blue) = 98+130+44=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #62822C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62822C is #9D7DD3. Grayscale: #6E6E6E. Windows color (decimal): -10321364 or 2916962. OLE color: 2916962.
HSL color Cylindrical-coordinate representation of color #62822C: hue angle of 82.33º degrees, saturation: 0.49, 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 #62822C is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 44 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.49 |
| HSL | 82.33º | 0.49% | 0.34% | - |
| HSV(B) | 82.33º | 0.66% | 0.51% | - |
| XYZ | 13.47 | 18.74 | 5.29 | - |
| YUV | 110.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 44 | 0.25 | 0 | 0.66 | 0.49 | 82.33 | 0.49 | 0.34 |
| Hex | 62 | 82 | 2C | 19 | 0 | 42 | 31 | 52 | 31 | 22 |
| Octal | 142 | 202 | 54 | 31 | 0 | 102 | 61 | 122 | 61 | 42 |
| Binary | 1100010 | 10000010 | 101100 | 11001 | 0 | 1000010 | 110001 | 1010010 | 110001 | 100010 |
Color Harmonies of #62822C
Complementary color
Monochromatic Colors of #62822C
Black with #62822C
Text Example
Text Example
White with #62822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62822C; }
p { color: rgb(98,130,44); }
H1.HeaderClassName
{
color: #62822C;
}
.AnyTagClassName
{
color: #62822C;
}
</style>
background-color css
<style>
a { background-color: #62822C; }
a { background-color: rgb(98,130,44); }
div.DivClassName
{
background-color: #62822C;
}
.BgClassName
{
background-color: #62822C;
}
</style>
border-color css
<style>
span { border-color: #62822C; }
span { border-color: rgb(98,130,44); }
td.TdClassName
{
border-color: #62822C;
}
.TagClassName
{
border-color: #62822C;
}
</style>