Shades of Olive #9A8C03
Tints of Olive #9A8C03
RGB
CMYK
RGB Variations
Color information
#9A8C03 (or 0x9A8C03) is known color: Olive. HEX triplet: 9A, 8C and 03. RGB value is (154,140,3). Sum of RGB (Red+Green+Blue) = 154+140+3=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8C03 is #6573FC. Grayscale: #818181. Windows color (decimal): -6648829 or 232602. OLE color: 232602.
HSL color Cylindrical-coordinate representation of color #9A8C03: hue angle of 54.44º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A8C03 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 140 | 3 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.40 |
| HSL | 54.44º | 0.96% | 0.31% | - |
| HSV(B) | 54.44º | 0.98% | 0.6% | - |
| XYZ | 22.72 | 25.63 | 3.84 | - |
| YUV | 128.57 | 57.14 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 3 | 0 | 0.09 | 0.98 | 0.40 | 54.44 | 0.96 | 0.31 |
| Hex | 9A | 8C | 3 | 0 | 9 | 62 | 28 | 36 | 60 | 1F |
| Octal | 232 | 214 | 3 | 0 | 11 | 142 | 50 | 66 | 140 | 37 |
| Binary | 10011010 | 10001100 | 11 | 0 | 1001 | 1100010 | 101000 | 110110 | 1100000 | 11111 |
Color Harmonies of #9A8C03
Complementary color
Monochromatic Colors of #9A8C03
Black with #9A8C03
Text Example
Text Example
White with #9A8C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8C03; }
p { color: rgb(154,140,3); }
H1.HeaderClassName
{
color: #9A8C03;
}
.AnyTagClassName
{
color: #9A8C03;
}
</style>
background-color css
<style>
a { background-color: #9A8C03; }
a { background-color: rgb(154,140,3); }
div.DivClassName
{
background-color: #9A8C03;
}
.BgClassName
{
background-color: #9A8C03;
}
</style>
border-color css
<style>
span { border-color: #9A8C03; }
span { border-color: rgb(154,140,3); }
td.TdClassName
{
border-color: #9A8C03;
}
.TagClassName
{
border-color: #9A8C03;
}
</style>