Shades of Olive #9A7B02
Tints of Olive #9A7B02
RGB
CMYK
RGB Variations
Color information
#9A7B02 (or 0x9A7B02) is known color: Olive. HEX triplet: 9A, 7B and 02. RGB value is (154,123,2). Sum of RGB (Red+Green+Blue) = 154+123+2=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7B02 is #6584FD. Grayscale: #767676. Windows color (decimal): -6653182 or 162714. OLE color: 162714.
HSL color Cylindrical-coordinate representation of color #9A7B02: hue angle of 47.76º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A7B02 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 123 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.40 |
| HSL | 47.76º | 0.97% | 0.31% | - |
| HSV(B) | 47.76º | 0.99% | 0.6% | - |
| XYZ | 20.42 | 21.04 | 3.04 | - |
| YUV | 118.48 | 62.27 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 2 | 0 | 0.20 | 0.99 | 0.40 | 47.76 | 0.97 | 0.31 |
| Hex | 9A | 7B | 2 | 0 | 14 | 63 | 28 | 30 | 61 | 1F |
| Octal | 232 | 173 | 2 | 0 | 24 | 143 | 50 | 60 | 141 | 37 |
| Binary | 10011010 | 1111011 | 10 | 0 | 10100 | 1100011 | 101000 | 110000 | 1100001 | 11111 |
Color Harmonies of #9A7B02
Complementary color
Monochromatic Colors of #9A7B02
Black with #9A7B02
Text Example
Text Example
White with #9A7B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7B02; }
p { color: rgb(154,123,2); }
H1.HeaderClassName
{
color: #9A7B02;
}
.AnyTagClassName
{
color: #9A7B02;
}
</style>
background-color css
<style>
a { background-color: #9A7B02; }
a { background-color: rgb(154,123,2); }
div.DivClassName
{
background-color: #9A7B02;
}
.BgClassName
{
background-color: #9A7B02;
}
</style>
border-color css
<style>
span { border-color: #9A7B02; }
span { border-color: rgb(154,123,2); }
td.TdClassName
{
border-color: #9A7B02;
}
.TagClassName
{
border-color: #9A7B02;
}
</style>