Shades of Olive #999800
Tints of Olive #999800
RGB
CMYK
RGB Variations
Color information
#999800 (or 0x999800) is known color: Olive. HEX triplet: 99, 98 and 00. RGB value is (153,152,0). Sum of RGB (Red+Green+Blue) = 153+152+0=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #999800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999800 is #6667FF. Grayscale: #878787. Windows color (decimal): -6711296 or 39065. OLE color: 39065.
HSL color Cylindrical-coordinate representation of color #999800: hue angle of 59.61º 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 #999800 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.4 |
| HSL | 59.61º | 1% | 0.3% | - |
| HSV(B) | 59.61º | 1% | 0.6% | - |
| XYZ | 24.37 | 29.23 | 4.36 | - |
| YUV | 134.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 0 | 0 | 0.01 | 1 | 0.4 | 59.61 | 1 | 0.3 |
| Hex | 99 | 98 | 0 | 0 | 1 | 64 | 28 | 3C | 64 | 1E |
| Octal | 231 | 230 | 0 | 0 | 1 | 144 | 50 | 74 | 144 | 36 |
| Binary | 10011001 | 10011000 | 0 | 0 | 1 | 1100100 | 101000 | 111100 | 1100100 | 11110 |
Color Harmonies of #999800
Complementary color
Monochromatic Colors of #999800
Black with #999800
Text Example
Text Example
White with #999800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999800; }
p { color: rgb(153,152,0); }
H1.HeaderClassName
{
color: #999800;
}
.AnyTagClassName
{
color: #999800;
}
</style>
background-color css
<style>
a { background-color: #999800; }
a { background-color: rgb(153,152,0); }
div.DivClassName
{
background-color: #999800;
}
.BgClassName
{
background-color: #999800;
}
</style>
border-color css
<style>
span { border-color: #999800; }
span { border-color: rgb(153,152,0); }
td.TdClassName
{
border-color: #999800;
}
.TagClassName
{
border-color: #999800;
}
</style>