Shades of Olive Drab #62870C
Tints of Olive Drab #62870C
RGB
CMYK
RGB Variations
Color information
#62870C (or 0x62870C) is known color: Olive Drab. HEX triplet: 62, 87 and 0C. RGB value is (98,135,12). Sum of RGB (Red+Green+Blue) = 98+135+12=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #62870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62870C is #9D78F3. Grayscale: #6E6E6E. Windows color (decimal): -10320116 or 821090. OLE color: 821090.
HSL color Cylindrical-coordinate representation of color #62870C: hue angle of 78.05º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62870C is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 135 | 12 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.47 |
| HSL | 78.05º | 0.84% | 0.29% | - |
| HSV(B) | 78.05º | 0.91% | 0.53% | - |
| XYZ | 13.77 | 19.95 | 3.47 | - |
| YUV | 109.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 12 | 0.27 | 0 | 0.91 | 0.47 | 78.05 | 0.84 | 0.29 |
| Hex | 62 | 87 | C | 1B | 0 | 5B | 2F | 4E | 54 | 1D |
| Octal | 142 | 207 | 14 | 33 | 0 | 133 | 57 | 116 | 124 | 35 |
| Binary | 1100010 | 10000111 | 1100 | 11011 | 0 | 1011011 | 101111 | 1001110 | 1010100 | 11101 |
Color Harmonies of #62870C
Complementary color
Monochromatic Colors of #62870C
Black with #62870C
Text Example
Text Example
White with #62870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62870C; }
p { color: rgb(98,135,12); }
H1.HeaderClassName
{
color: #62870C;
}
.AnyTagClassName
{
color: #62870C;
}
</style>
background-color css
<style>
a { background-color: #62870C; }
a { background-color: rgb(98,135,12); }
div.DivClassName
{
background-color: #62870C;
}
.BgClassName
{
background-color: #62870C;
}
</style>
border-color css
<style>
span { border-color: #62870C; }
span { border-color: rgb(98,135,12); }
td.TdClassName
{
border-color: #62870C;
}
.TagClassName
{
border-color: #62870C;
}
</style>