Shades of Olive #888C02
Tints of Olive #888C02
RGB
CMYK
RGB Variations
Color information
#888C02 (or 0x888C02) is known color: Olive. HEX triplet: 88, 8C and 02. RGB value is (136,140,2). Sum of RGB (Red+Green+Blue) = 136+140+2=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #888C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888C02 is #7773FD. Grayscale: #7B7B7B. Windows color (decimal): -7828478 or 167048. OLE color: 167048.
HSL color Cylindrical-coordinate representation of color #888C02: hue angle of 61.74º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #888C02 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.45 |
| HSL | 61.74º | 0.97% | 0.28% | - |
| HSV(B) | 61.74º | 0.99% | 0.55% | - |
| XYZ | 19.54 | 23.99 | 3.66 | - |
| YUV | 123.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 2 | 0.03 | 0 | 0.99 | 0.45 | 61.74 | 0.97 | 0.28 |
| Hex | 88 | 8C | 2 | 3 | 0 | 63 | 2D | 3E | 61 | 1C |
| Octal | 210 | 214 | 2 | 3 | 0 | 143 | 55 | 76 | 141 | 34 |
| Binary | 10001000 | 10001100 | 10 | 11 | 0 | 1100011 | 101101 | 111110 | 1100001 | 11100 |
Color Harmonies of #888C02
Complementary color
Monochromatic Colors of #888C02
Black with #888C02
Text Example
Text Example
White with #888C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C02; }
p { color: rgb(136,140,2); }
H1.HeaderClassName
{
color: #888C02;
}
.AnyTagClassName
{
color: #888C02;
}
</style>
background-color css
<style>
a { background-color: #888C02; }
a { background-color: rgb(136,140,2); }
div.DivClassName
{
background-color: #888C02;
}
.BgClassName
{
background-color: #888C02;
}
</style>
border-color css
<style>
span { border-color: #888C02; }
span { border-color: rgb(136,140,2); }
td.TdClassName
{
border-color: #888C02;
}
.TagClassName
{
border-color: #888C02;
}
</style>