Shades of Olive #888C10
Tints of Olive #888C10
RGB
CMYK
RGB Variations
Color information
#888C10 (or 0x888C10) is known color: Olive. HEX triplet: 88, 8C and 10. RGB value is (136,140,16). Sum of RGB (Red+Green+Blue) = 136+140+16=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #888C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888C10 is #7773EF. Grayscale: #7D7D7D. Windows color (decimal): -7828464 or 1084552. OLE color: 1084552.
HSL color Cylindrical-coordinate representation of color #888C10: hue angle of 61.94º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #888C10 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 16 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.45 |
| HSL | 61.94º | 0.79% | 0.31% | - |
| HSV(B) | 61.94º | 0.89% | 0.55% | - |
| XYZ | 19.62 | 24.03 | 4.09 | - |
| YUV | 124.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 16 | 0.03 | 0 | 0.89 | 0.45 | 61.94 | 0.79 | 0.31 |
| Hex | 88 | 8C | 10 | 3 | 0 | 59 | 2D | 3E | 4F | 1F |
| Octal | 210 | 214 | 20 | 3 | 0 | 131 | 55 | 76 | 117 | 37 |
| Binary | 10001000 | 10001100 | 10000 | 11 | 0 | 1011001 | 101101 | 111110 | 1001111 | 11111 |
Color Harmonies of #888C10
Complementary color
Monochromatic Colors of #888C10
Black with #888C10
Text Example
Text Example
White with #888C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C10; }
p { color: rgb(136,140,16); }
H1.HeaderClassName
{
color: #888C10;
}
.AnyTagClassName
{
color: #888C10;
}
</style>
background-color css
<style>
a { background-color: #888C10; }
a { background-color: rgb(136,140,16); }
div.DivClassName
{
background-color: #888C10;
}
.BgClassName
{
background-color: #888C10;
}
</style>
border-color css
<style>
span { border-color: #888C10; }
span { border-color: rgb(136,140,16); }
td.TdClassName
{
border-color: #888C10;
}
.TagClassName
{
border-color: #888C10;
}
</style>