Shades of Olive #949000
Tints of Olive #949000
RGB
CMYK
RGB Variations
Color information
#949000 (or 0x949000) is known color: Olive. HEX triplet: 94, 90 and 00. RGB value is (148,144,0). Sum of RGB (Red+Green+Blue) = 148+144+0=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #949000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949000 is #6B6FFF. Grayscale: #818181. Windows color (decimal): -7041024 or 37012. OLE color: 37012.
HSL color Cylindrical-coordinate representation of color #949000: hue angle of 58.38º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #949000 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.42 |
| HSL | 58.38º | 1% | 0.29% | - |
| HSV(B) | 58.38º | 1% | 0.58% | - |
| XYZ | 22.19 | 26.24 | 3.9 | - |
| YUV | 128.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 0 | 0 | 0.03 | 1 | 0.42 | 58.38 | 1 | 0.29 |
| Hex | 94 | 90 | 0 | 0 | 3 | 64 | 2A | 3A | 64 | 1D |
| Octal | 224 | 220 | 0 | 0 | 3 | 144 | 52 | 72 | 144 | 35 |
| Binary | 10010100 | 10010000 | 0 | 0 | 11 | 1100100 | 101010 | 111010 | 1100100 | 11101 |
Color Harmonies of #949000
Complementary color
Monochromatic Colors of #949000
Black with #949000
Text Example
Text Example
White with #949000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949000; }
p { color: rgb(148,144,0); }
H1.HeaderClassName
{
color: #949000;
}
.AnyTagClassName
{
color: #949000;
}
</style>
background-color css
<style>
a { background-color: #949000; }
a { background-color: rgb(148,144,0); }
div.DivClassName
{
background-color: #949000;
}
.BgClassName
{
background-color: #949000;
}
</style>
border-color css
<style>
span { border-color: #949000; }
span { border-color: rgb(148,144,0); }
td.TdClassName
{
border-color: #949000;
}
.TagClassName
{
border-color: #949000;
}
</style>