Shades of Olive #997B02
Tints of Olive #997B02
RGB
CMYK
RGB Variations
Color information
#997B02 (or 0x997B02) is known color: Olive. HEX triplet: 99, 7B and 02. RGB value is (153,123,2). Sum of RGB (Red+Green+Blue) = 153+123+2=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #997B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997B02 is #6684FD. Grayscale: #767676. Windows color (decimal): -6718718 or 162713. OLE color: 162713.
HSL color Cylindrical-coordinate representation of color #997B02: hue angle of 48.08º degrees, saturation: 0.97, 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 #997B02 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.4 |
| HSL | 48.08º | 0.97% | 0.3% | - |
| HSV(B) | 48.08º | 0.99% | 0.6% | - |
| XYZ | 20.23 | 20.94 | 3.03 | - |
| YUV | 118.18 | 62.44 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 2 | 0 | 0.20 | 0.99 | 0.4 | 48.08 | 0.97 | 0.3 |
| Hex | 99 | 7B | 2 | 0 | 14 | 63 | 28 | 30 | 61 | 1E |
| Octal | 231 | 173 | 2 | 0 | 24 | 143 | 50 | 60 | 141 | 36 |
| Binary | 10011001 | 1111011 | 10 | 0 | 10100 | 1100011 | 101000 | 110000 | 1100001 | 11110 |
Color Harmonies of #997B02
Complementary color
Monochromatic Colors of #997B02
Black with #997B02
Text Example
Text Example
White with #997B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B02; }
p { color: rgb(153,123,2); }
H1.HeaderClassName
{
color: #997B02;
}
.AnyTagClassName
{
color: #997B02;
}
</style>
background-color css
<style>
a { background-color: #997B02; }
a { background-color: rgb(153,123,2); }
div.DivClassName
{
background-color: #997B02;
}
.BgClassName
{
background-color: #997B02;
}
</style>
border-color css
<style>
span { border-color: #997B02; }
span { border-color: rgb(153,123,2); }
td.TdClassName
{
border-color: #997B02;
}
.TagClassName
{
border-color: #997B02;
}
</style>