Shades of Olive #8C8703
Tints of Olive #8C8703
RGB
CMYK
RGB Variations
Color information
#8C8703 (or 0x8C8703) is known color: Olive. HEX triplet: 8C, 87 and 03. RGB value is (140,135,3). Sum of RGB (Red+Green+Blue) = 140+135+3=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8703 is #7378FC. Grayscale: #797979. Windows color (decimal): -7567613 or 231308. OLE color: 231308.
HSL color Cylindrical-coordinate representation of color #8C8703: hue angle of 57.81º 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 #8C8703 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 3 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.45 |
| HSL | 57.81º | 0.96% | 0.28% | - |
| HSV(B) | 57.81º | 0.98% | 0.55% | - |
| XYZ | 19.5 | 22.91 | 3.48 | - |
| YUV | 121.45 | 61.16 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 3 | 0 | 0.04 | 0.98 | 0.45 | 57.81 | 0.96 | 0.28 |
| Hex | 8C | 87 | 3 | 0 | 4 | 62 | 2D | 3A | 60 | 1C |
| Octal | 214 | 207 | 3 | 0 | 4 | 142 | 55 | 72 | 140 | 34 |
| Binary | 10001100 | 10000111 | 11 | 0 | 100 | 1100010 | 101101 | 111010 | 1100000 | 11100 |
Color Harmonies of #8C8703
Complementary color
Monochromatic Colors of #8C8703
Black with #8C8703
Text Example
Text Example
White with #8C8703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8703; }
p { color: rgb(140,135,3); }
H1.HeaderClassName
{
color: #8C8703;
}
.AnyTagClassName
{
color: #8C8703;
}
</style>
background-color css
<style>
a { background-color: #8C8703; }
a { background-color: rgb(140,135,3); }
div.DivClassName
{
background-color: #8C8703;
}
.BgClassName
{
background-color: #8C8703;
}
</style>
border-color css
<style>
span { border-color: #8C8703; }
span { border-color: rgb(140,135,3); }
td.TdClassName
{
border-color: #8C8703;
}
.TagClassName
{
border-color: #8C8703;
}
</style>