Shades of Olive #997C03
Tints of Olive #997C03
RGB
CMYK
RGB Variations
Color information
#997C03 (or 0x997C03) is known color: Olive. HEX triplet: 99, 7C and 03. RGB value is (153,124,3). Sum of RGB (Red+Green+Blue) = 153+124+3=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #997C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997C03 is #6683FC. Grayscale: #777777. Windows color (decimal): -6718461 or 228505. OLE color: 228505.
HSL color Cylindrical-coordinate representation of color #997C03: hue angle of 48.4º 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 #997C03 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.4 |
| HSL | 48.4º | 0.96% | 0.31% | - |
| HSV(B) | 48.4º | 0.98% | 0.6% | - |
| XYZ | 20.36 | 21.19 | 3.1 | - |
| YUV | 118.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 3 | 0 | 0.19 | 0.98 | 0.4 | 48.4 | 0.96 | 0.31 |
| Hex | 99 | 7C | 3 | 0 | 13 | 62 | 28 | 30 | 60 | 1F |
| Octal | 231 | 174 | 3 | 0 | 23 | 142 | 50 | 60 | 140 | 37 |
| Binary | 10011001 | 1111100 | 11 | 0 | 10011 | 1100010 | 101000 | 110000 | 1100000 | 11111 |
Color Harmonies of #997C03
Complementary color
Monochromatic Colors of #997C03
Black with #997C03
Text Example
Text Example
White with #997C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C03; }
p { color: rgb(153,124,3); }
H1.HeaderClassName
{
color: #997C03;
}
.AnyTagClassName
{
color: #997C03;
}
</style>
background-color css
<style>
a { background-color: #997C03; }
a { background-color: rgb(153,124,3); }
div.DivClassName
{
background-color: #997C03;
}
.BgClassName
{
background-color: #997C03;
}
</style>
border-color css
<style>
span { border-color: #997C03; }
span { border-color: rgb(153,124,3); }
td.TdClassName
{
border-color: #997C03;
}
.TagClassName
{
border-color: #997C03;
}
</style>