Shades of Olive Drab #62822B
Tints of Olive Drab #62822B
RGB
CMYK
RGB Variations
Color information
#62822B (or 0x62822B) is known color: 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
| RGB | 98 | 130 | 43 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.49 |
| HSL | 82.07º | 0.5% | 0.34% | - |
| HSV(B) | 82.07º | 0.67% | 0.51% | - |
| XYZ | 13.46 | 18.74 | 5.19 | - |
| YUV | 110.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 43 | 0.25 | 0 | 0.67 | 0.49 | 82.07 | 0.5 | 0.34 |
| Hex | 62 | 82 | 2B | 19 | 0 | 43 | 31 | 52 | 32 | 22 |
| Octal | 142 | 202 | 53 | 31 | 0 | 103 | 61 | 122 | 62 | 42 |
| Binary | 1100010 | 10000010 | 101011 | 11001 | 0 | 1000011 | 110001 | 1010010 | 110010 | 100010 |
Color Harmonies of #62822B
Complementary color
Monochromatic Colors of #62822B
Black with #62822B
Text Example
Text Example
White with #62822B
Text Example
Text Example
HTML Codes & Css Web 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>