Shades of Olive #8C8403
Tints of Olive #8C8403
RGB
CMYK
RGB Variations
Color information
#8C8403 (or 0x8C8403) is known color: Olive. HEX triplet: 8C, 84 and 03. RGB value is (140,132,3). Sum of RGB (Red+Green+Blue) = 140+132+3=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8403 is #737BFC. Grayscale: #787878. Windows color (decimal): -7568381 or 230540. OLE color: 230540.
HSL color Cylindrical-coordinate representation of color #8C8403: hue angle of 56.5º 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 #8C8403 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 3 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.45 |
| HSL | 56.5º | 0.96% | 0.28% | - |
| HSV(B) | 56.5º | 0.98% | 0.55% | - |
| XYZ | 19.08 | 22.08 | 3.34 | - |
| YUV | 119.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 3 | 0 | 0.06 | 0.98 | 0.45 | 56.5 | 0.96 | 0.28 |
| Hex | 8C | 84 | 3 | 0 | 6 | 62 | 2D | 38 | 60 | 1C |
| Octal | 214 | 204 | 3 | 0 | 6 | 142 | 55 | 70 | 140 | 34 |
| Binary | 10001100 | 10000100 | 11 | 0 | 110 | 1100010 | 101101 | 111000 | 1100000 | 11100 |
Color Harmonies of #8C8403
Complementary color
Monochromatic Colors of #8C8403
Black with #8C8403
Text Example
Text Example
White with #8C8403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8403; }
p { color: rgb(140,132,3); }
H1.HeaderClassName
{
color: #8C8403;
}
.AnyTagClassName
{
color: #8C8403;
}
</style>
background-color css
<style>
a { background-color: #8C8403; }
a { background-color: rgb(140,132,3); }
div.DivClassName
{
background-color: #8C8403;
}
.BgClassName
{
background-color: #8C8403;
}
</style>
border-color css
<style>
span { border-color: #8C8403; }
span { border-color: rgb(140,132,3); }
td.TdClassName
{
border-color: #8C8403;
}
.TagClassName
{
border-color: #8C8403;
}
</style>