Shades of Olive Drab #58860C
Tints of Olive Drab #58860C
RGB
CMYK
RGB Variations
Color information
#58860C (or 0x58860C) is known color: Olive Drab. HEX triplet: 58, 86 and 0C. RGB value is (88,134,12). Sum of RGB (Red+Green+Blue) = 88+134+12=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #58860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58860C is #A779F3. Grayscale: #6A6A6A. Windows color (decimal): -10975732 or 820824. OLE color: 820824.
HSL color Cylindrical-coordinate representation of color #58860C: hue angle of 82.62º 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 #58860C is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 134 | 12 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.47 |
| HSL | 82.62º | 0.84% | 0.29% | - |
| HSV(B) | 82.62º | 0.91% | 0.53% | - |
| XYZ | 12.62 | 19.15 | 3.38 | - |
| YUV | 106.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 134 | 12 | 0.34 | 0 | 0.91 | 0.47 | 82.62 | 0.84 | 0.29 |
| Hex | 58 | 86 | C | 22 | 0 | 5B | 2F | 53 | 54 | 1D |
| Octal | 130 | 206 | 14 | 42 | 0 | 133 | 57 | 123 | 124 | 35 |
| Binary | 1011000 | 10000110 | 1100 | 100010 | 0 | 1011011 | 101111 | 1010011 | 1010100 | 11101 |
Color Harmonies of #58860C
Complementary color
Monochromatic Colors of #58860C
Black with #58860C
Text Example
Text Example
White with #58860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58860C; }
p { color: rgb(88,134,12); }
H1.HeaderClassName
{
color: #58860C;
}
.AnyTagClassName
{
color: #58860C;
}
</style>
background-color css
<style>
a { background-color: #58860C; }
a { background-color: rgb(88,134,12); }
div.DivClassName
{
background-color: #58860C;
}
.BgClassName
{
background-color: #58860C;
}
</style>
border-color css
<style>
span { border-color: #58860C; }
span { border-color: rgb(88,134,12); }
td.TdClassName
{
border-color: #58860C;
}
.TagClassName
{
border-color: #58860C;
}
</style>