Shades of Olive #999400
Tints of Olive #999400
RGB
CMYK
RGB Variations
Color information
#999400 (or 0x999400) is known color: Olive. HEX triplet: 99, 94 and 00. RGB value is (153,148,0). Sum of RGB (Red+Green+Blue) = 153+148+0=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #999400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999400 is #666BFF. Grayscale: #858585. Windows color (decimal): -6712320 or 38041. OLE color: 38041.
HSL color Cylindrical-coordinate representation of color #999400: hue angle of 58.04º 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 #999400 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.4 |
| HSL | 58.04º | 1% | 0.3% | - |
| HSV(B) | 58.04º | 1% | 0.6% | - |
| XYZ | 23.73 | 27.95 | 4.14 | - |
| YUV | 132.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 0 | 0 | 0.03 | 1 | 0.4 | 58.04 | 1 | 0.3 |
| Hex | 99 | 94 | 0 | 0 | 3 | 64 | 28 | 3A | 64 | 1E |
| Octal | 231 | 224 | 0 | 0 | 3 | 144 | 50 | 72 | 144 | 36 |
| Binary | 10011001 | 10010100 | 0 | 0 | 11 | 1100100 | 101000 | 111010 | 1100100 | 11110 |
Color Harmonies of #999400
Complementary color
Monochromatic Colors of #999400
Black with #999400
Text Example
Text Example
White with #999400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999400; }
p { color: rgb(153,148,0); }
H1.HeaderClassName
{
color: #999400;
}
.AnyTagClassName
{
color: #999400;
}
</style>
background-color css
<style>
a { background-color: #999400; }
a { background-color: rgb(153,148,0); }
div.DivClassName
{
background-color: #999400;
}
.BgClassName
{
background-color: #999400;
}
</style>
border-color css
<style>
span { border-color: #999400; }
span { border-color: rgb(153,148,0); }
td.TdClassName
{
border-color: #999400;
}
.TagClassName
{
border-color: #999400;
}
</style>