Shades of Olive #8C8803
Tints of Olive #8C8803
RGB
CMYK
RGB Variations
Color information
#8C8803 (or 0x8C8803) is known color: Olive. HEX triplet: 8C, 88 and 03. RGB value is (140,136,3). Sum of RGB (Red+Green+Blue) = 140+136+3=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8803 is #7377FC. Grayscale: #7A7A7A. Windows color (decimal): -7567357 or 231564. OLE color: 231564.
HSL color Cylindrical-coordinate representation of color #8C8803: hue angle of 58.25º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C8803 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 3 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.45 |
| HSL | 58.25º | 0.96% | 0.28% | - |
| HSV(B) | 58.25º | 0.98% | 0.55% | - |
| XYZ | 19.64 | 23.19 | 3.53 | - |
| YUV | 122.03 | 60.83 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 3 | 0 | 0.03 | 0.98 | 0.45 | 58.25 | 0.96 | 0.28 |
| Hex | 8C | 88 | 3 | 0 | 3 | 62 | 2D | 3A | 60 | 1C |
| Octal | 214 | 210 | 3 | 0 | 3 | 142 | 55 | 72 | 140 | 34 |
| Binary | 10001100 | 10001000 | 11 | 0 | 11 | 1100010 | 101101 | 111010 | 1100000 | 11100 |
Color Harmonies of #8C8803
Complementary color
Monochromatic Colors of #8C8803
Black with #8C8803
Text Example
Text Example
White with #8C8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8803; }
p { color: rgb(140,136,3); }
H1.HeaderClassName
{
color: #8C8803;
}
.AnyTagClassName
{
color: #8C8803;
}
</style>
background-color css
<style>
a { background-color: #8C8803; }
a { background-color: rgb(140,136,3); }
div.DivClassName
{
background-color: #8C8803;
}
.BgClassName
{
background-color: #8C8803;
}
</style>
border-color css
<style>
span { border-color: #8C8803; }
span { border-color: rgb(140,136,3); }
td.TdClassName
{
border-color: #8C8803;
}
.TagClassName
{
border-color: #8C8803;
}
</style>