Shades of Olive #997800
Tints of Olive #997800
RGB
CMYK
RGB Variations
Color information
#997800 (or 0x997800) is known color: Olive. HEX triplet: 99, 78 and 00. RGB value is (153,120,0). Sum of RGB (Red+Green+Blue) = 153+120+0=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #997800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997800 is #6687FF. Grayscale: #747474. Windows color (decimal): -6719488 or 30873. OLE color: 30873.
HSL color Cylindrical-coordinate representation of color #997800: hue angle of 47.06º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #997800 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.4 |
| HSL | 47.06º | 1% | 0.3% | - |
| HSV(B) | 47.06º | 1% | 0.6% | - |
| XYZ | 19.85 | 20.21 | 2.85 | - |
| YUV | 116.19 | 62.43 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 0 | 0 | 0.22 | 1 | 0.4 | 47.06 | 1 | 0.3 |
| Hex | 99 | 78 | 0 | 0 | 16 | 64 | 28 | 2F | 64 | 1E |
| Octal | 231 | 170 | 0 | 0 | 26 | 144 | 50 | 57 | 144 | 36 |
| Binary | 10011001 | 1111000 | 0 | 0 | 10110 | 1100100 | 101000 | 101111 | 1100100 | 11110 |
Color Harmonies of #997800
Complementary color
Monochromatic Colors of #997800
Black with #997800
Text Example
Text Example
White with #997800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997800; }
p { color: rgb(153,120,0); }
H1.HeaderClassName
{
color: #997800;
}
.AnyTagClassName
{
color: #997800;
}
</style>
background-color css
<style>
a { background-color: #997800; }
a { background-color: rgb(153,120,0); }
div.DivClassName
{
background-color: #997800;
}
.BgClassName
{
background-color: #997800;
}
</style>
border-color css
<style>
span { border-color: #997800; }
span { border-color: rgb(153,120,0); }
td.TdClassName
{
border-color: #997800;
}
.TagClassName
{
border-color: #997800;
}
</style>