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