Shades of Olive Drab #62880B
Tints of Olive Drab #62880B
RGB
CMYK
RGB Variations
Color information
#62880B (or 0x62880B) is known color: Olive Drab. HEX triplet: 62, 88 and 0B. RGB value is (98,136,11). Sum of RGB (Red+Green+Blue) = 98+136+11=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #62880B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62880B is #9D77F4. Grayscale: #6E6E6E. Windows color (decimal): -10319861 or 755810. OLE color: 755810.
HSL color Cylindrical-coordinate representation of color #62880B: hue angle of 78.24º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62880B is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 11 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.47 |
| HSL | 78.24º | 0.85% | 0.29% | - |
| HSV(B) | 78.24º | 0.92% | 0.53% | - |
| XYZ | 13.9 | 20.23 | 3.49 | - |
| YUV | 110.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 11 | 0.28 | 0 | 0.92 | 0.47 | 78.24 | 0.85 | 0.29 |
| Hex | 62 | 88 | B | 1C | 0 | 5C | 2F | 4E | 55 | 1D |
| Octal | 142 | 210 | 13 | 34 | 0 | 134 | 57 | 116 | 125 | 35 |
| Binary | 1100010 | 10001000 | 1011 | 11100 | 0 | 1011100 | 101111 | 1001110 | 1010101 | 11101 |
Color Harmonies of #62880B
Complementary color
Monochromatic Colors of #62880B
Black with #62880B
Text Example
Text Example
White with #62880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62880B; }
p { color: rgb(98,136,11); }
H1.HeaderClassName
{
color: #62880B;
}
.AnyTagClassName
{
color: #62880B;
}
</style>
background-color css
<style>
a { background-color: #62880B; }
a { background-color: rgb(98,136,11); }
div.DivClassName
{
background-color: #62880B;
}
.BgClassName
{
background-color: #62880B;
}
</style>
border-color css
<style>
span { border-color: #62880B; }
span { border-color: rgb(98,136,11); }
td.TdClassName
{
border-color: #62880B;
}
.TagClassName
{
border-color: #62880B;
}
</style>