Shades of Olive Drab #62880F
Tints of Olive Drab #62880F
RGB
CMYK
RGB Variations
Color information
#62880F (or 0x62880F) is known color: Olive Drab. HEX triplet: 62, 88 and 0F. RGB value is (98,136,15). Sum of RGB (Red+Green+Blue) = 98+136+15=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #62880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62880F is #9D77F0. Grayscale: #6F6F6F. Windows color (decimal): -10319857 or 1017954. OLE color: 1017954.
HSL color Cylindrical-coordinate representation of color #62880F: hue angle of 78.84º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62880F is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 15 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.47 |
| HSL | 78.84º | 0.8% | 0.3% | - |
| HSV(B) | 78.84º | 0.89% | 0.53% | - |
| XYZ | 13.93 | 20.24 | 3.62 | - |
| YUV | 110.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 15 | 0.28 | 0 | 0.89 | 0.47 | 78.84 | 0.8 | 0.3 |
| Hex | 62 | 88 | F | 1C | 0 | 59 | 2F | 4F | 50 | 1E |
| Octal | 142 | 210 | 17 | 34 | 0 | 131 | 57 | 117 | 120 | 36 |
| Binary | 1100010 | 10001000 | 1111 | 11100 | 0 | 1011001 | 101111 | 1001111 | 1010000 | 11110 |
Color Harmonies of #62880F
Complementary color
Monochromatic Colors of #62880F
Black with #62880F
Text Example
Text Example
White with #62880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62880F; }
p { color: rgb(98,136,15); }
H1.HeaderClassName
{
color: #62880F;
}
.AnyTagClassName
{
color: #62880F;
}
</style>
background-color css
<style>
a { background-color: #62880F; }
a { background-color: rgb(98,136,15); }
div.DivClassName
{
background-color: #62880F;
}
.BgClassName
{
background-color: #62880F;
}
</style>
border-color css
<style>
span { border-color: #62880F; }
span { border-color: rgb(98,136,15); }
td.TdClassName
{
border-color: #62880F;
}
.TagClassName
{
border-color: #62880F;
}
</style>