Shades of Olive #9A8A07
Tints of Olive #9A8A07
RGB
CMYK
RGB Variations
Color information
#9A8A07 (or 0x9A8A07) is known color: Olive. HEX triplet: 9A, 8A and 07. RGB value is (154,138,7). Sum of RGB (Red+Green+Blue) = 154+138+7=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8A07 is #6575F8. Grayscale: #808080. Windows color (decimal): -6649337 or 494234. OLE color: 494234.
HSL color Cylindrical-coordinate representation of color #9A8A07: hue angle of 53.47º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A8A07 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 138 | 7 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.40 |
| HSL | 53.47º | 0.91% | 0.32% | - |
| HSV(B) | 53.47º | 0.95% | 0.6% | - |
| XYZ | 22.45 | 25.06 | 3.86 | - |
| YUV | 127.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 7 | 0 | 0.10 | 0.95 | 0.40 | 53.47 | 0.91 | 0.32 |
| Hex | 9A | 8A | 7 | 0 | A | 5F | 28 | 35 | 5B | 20 |
| Octal | 232 | 212 | 7 | 0 | 12 | 137 | 50 | 65 | 133 | 40 |
| Binary | 10011010 | 10001010 | 111 | 0 | 1010 | 1011111 | 101000 | 110101 | 1011011 | 100000 |
Color Harmonies of #9A8A07
Complementary color
Monochromatic Colors of #9A8A07
Black with #9A8A07
Text Example
Text Example
White with #9A8A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8A07; }
p { color: rgb(154,138,7); }
H1.HeaderClassName
{
color: #9A8A07;
}
.AnyTagClassName
{
color: #9A8A07;
}
</style>
background-color css
<style>
a { background-color: #9A8A07; }
a { background-color: rgb(154,138,7); }
div.DivClassName
{
background-color: #9A8A07;
}
.BgClassName
{
background-color: #9A8A07;
}
</style>
border-color css
<style>
span { border-color: #9A8A07; }
span { border-color: rgb(154,138,7); }
td.TdClassName
{
border-color: #9A8A07;
}
.TagClassName
{
border-color: #9A8A07;
}
</style>