Shades of Olive #8C8801
Tints of Olive #8C8801
RGB
CMYK
RGB Variations
Color information
#8C8801 (or 0x8C8801) is known color: Olive. HEX triplet: 8C, 88 and 01. RGB value is (140,136,1). Sum of RGB (Red+Green+Blue) = 140+136+1=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8801 is #7377FE. Grayscale: #7A7A7A. Windows color (decimal): -7567359 or 100492. OLE color: 100492.
HSL color Cylindrical-coordinate representation of color #8C8801: hue angle of 58.27º degrees, saturation: 0.99, 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 #8C8801 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.45 |
| HSL | 58.27º | 0.99% | 0.28% | - |
| HSV(B) | 58.27º | 0.99% | 0.55% | - |
| XYZ | 19.62 | 23.19 | 3.47 | - |
| YUV | 121.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 1 | 0 | 0.03 | 0.99 | 0.45 | 58.27 | 0.99 | 0.28 |
| Hex | 8C | 88 | 1 | 0 | 3 | 63 | 2D | 3A | 63 | 1C |
| Octal | 214 | 210 | 1 | 0 | 3 | 143 | 55 | 72 | 143 | 34 |
| Binary | 10001100 | 10001000 | 1 | 0 | 11 | 1100011 | 101101 | 111010 | 1100011 | 11100 |
Color Harmonies of #8C8801
Complementary color
Monochromatic Colors of #8C8801
Black with #8C8801
Text Example
Text Example
White with #8C8801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8801; }
p { color: rgb(140,136,1); }
H1.HeaderClassName
{
color: #8C8801;
}
.AnyTagClassName
{
color: #8C8801;
}
</style>
background-color css
<style>
a { background-color: #8C8801; }
a { background-color: rgb(140,136,1); }
div.DivClassName
{
background-color: #8C8801;
}
.BgClassName
{
background-color: #8C8801;
}
</style>
border-color css
<style>
span { border-color: #8C8801; }
span { border-color: rgb(140,136,1); }
td.TdClassName
{
border-color: #8C8801;
}
.TagClassName
{
border-color: #8C8801;
}
</style>