Shades of Olive #9A8001
Tints of Olive #9A8001
RGB
CMYK
RGB Variations
Color information
#9A8001 (or 0x9A8001) is known color: Olive. HEX triplet: 9A, 80 and 01. RGB value is (154,128,1). Sum of RGB (Red+Green+Blue) = 154+128+1=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8001 is #657FFE. Grayscale: #797979. Windows color (decimal): -6651903 or 98458. OLE color: 98458.
HSL color Cylindrical-coordinate representation of color #9A8001: hue angle of 49.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A8001 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 128 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.40 |
| HSL | 49.8º | 0.99% | 0.3% | - |
| HSV(B) | 49.8º | 0.99% | 0.6% | - |
| XYZ | 21.05 | 22.31 | 3.23 | - |
| YUV | 121.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 1 | 0 | 0.17 | 0.99 | 0.40 | 49.8 | 0.99 | 0.3 |
| Hex | 9A | 80 | 1 | 0 | 11 | 63 | 28 | 32 | 63 | 1E |
| Octal | 232 | 200 | 1 | 0 | 21 | 143 | 50 | 62 | 143 | 36 |
| Binary | 10011010 | 10000000 | 1 | 0 | 10001 | 1100011 | 101000 | 110010 | 1100011 | 11110 |
Color Harmonies of #9A8001
Complementary color
Monochromatic Colors of #9A8001
Black with #9A8001
Text Example
Text Example
White with #9A8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8001; }
p { color: rgb(154,128,1); }
H1.HeaderClassName
{
color: #9A8001;
}
.AnyTagClassName
{
color: #9A8001;
}
</style>
background-color css
<style>
a { background-color: #9A8001; }
a { background-color: rgb(154,128,1); }
div.DivClassName
{
background-color: #9A8001;
}
.BgClassName
{
background-color: #9A8001;
}
</style>
border-color css
<style>
span { border-color: #9A8001; }
span { border-color: rgb(154,128,1); }
td.TdClassName
{
border-color: #9A8001;
}
.TagClassName
{
border-color: #9A8001;
}
</style>