Shades of Olive #9C8C03
Tints of Olive #9C8C03
RGB
CMYK
RGB Variations
Color information
#9C8C03 (or 0x9C8C03) is known color: Olive. HEX triplet: 9C, 8C and 03. RGB value is (156,140,3). Sum of RGB (Red+Green+Blue) = 156+140+3=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8C03 is #6373FC. Grayscale: #818181. Windows color (decimal): -6517757 or 232604. OLE color: 232604.
HSL color Cylindrical-coordinate representation of color #9C8C03: hue angle of 53.73º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C8C03 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 140 | 3 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.39 |
| HSL | 53.73º | 0.96% | 0.31% | - |
| HSV(B) | 53.73º | 0.98% | 0.61% | - |
| XYZ | 23.1 | 25.83 | 3.85 | - |
| YUV | 129.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 140 | 3 | 0 | 0.10 | 0.98 | 0.39 | 53.73 | 0.96 | 0.31 |
| Hex | 9C | 8C | 3 | 0 | A | 62 | 27 | 36 | 60 | 1F |
| Octal | 234 | 214 | 3 | 0 | 12 | 142 | 47 | 66 | 140 | 37 |
| Binary | 10011100 | 10001100 | 11 | 0 | 1010 | 1100010 | 100111 | 110110 | 1100000 | 11111 |
Color Harmonies of #9C8C03
Complementary color
Monochromatic Colors of #9C8C03
Black with #9C8C03
Text Example
Text Example
White with #9C8C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8C03; }
p { color: rgb(156,140,3); }
H1.HeaderClassName
{
color: #9C8C03;
}
.AnyTagClassName
{
color: #9C8C03;
}
</style>
background-color css
<style>
a { background-color: #9C8C03; }
a { background-color: rgb(156,140,3); }
div.DivClassName
{
background-color: #9C8C03;
}
.BgClassName
{
background-color: #9C8C03;
}
</style>
border-color css
<style>
span { border-color: #9C8C03; }
span { border-color: rgb(156,140,3); }
td.TdClassName
{
border-color: #9C8C03;
}
.TagClassName
{
border-color: #9C8C03;
}
</style>