Shades of Olive #949004
Tints of Olive #949004
RGB
CMYK
RGB Variations
Color information
#949004 (or 0x949004) is known color: Olive. HEX triplet: 94, 90 and 04. RGB value is (148,144,4). Sum of RGB (Red+Green+Blue) = 148+144+4=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #949004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949004 is #6B6FFB. Grayscale: #818181. Windows color (decimal): -7041020 or 299156. OLE color: 299156.
HSL color Cylindrical-coordinate representation of color #949004: hue angle of 58.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #949004 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 4 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.42 |
| HSL | 58.33º | 0.95% | 0.3% | - |
| HSV(B) | 58.33º | 0.97% | 0.58% | - |
| XYZ | 22.21 | 26.25 | 4.01 | - |
| YUV | 129.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 4 | 0 | 0.03 | 0.97 | 0.42 | 58.33 | 0.95 | 0.3 |
| Hex | 94 | 90 | 4 | 0 | 3 | 61 | 2A | 3A | 5F | 1E |
| Octal | 224 | 220 | 4 | 0 | 3 | 141 | 52 | 72 | 137 | 36 |
| Binary | 10010100 | 10010000 | 100 | 0 | 11 | 1100001 | 101010 | 111010 | 1011111 | 11110 |
Color Harmonies of #949004
Complementary color
Monochromatic Colors of #949004
Black with #949004
Text Example
Text Example
White with #949004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949004; }
p { color: rgb(148,144,4); }
H1.HeaderClassName
{
color: #949004;
}
.AnyTagClassName
{
color: #949004;
}
</style>
background-color css
<style>
a { background-color: #949004; }
a { background-color: rgb(148,144,4); }
div.DivClassName
{
background-color: #949004;
}
.BgClassName
{
background-color: #949004;
}
</style>
border-color css
<style>
span { border-color: #949004; }
span { border-color: rgb(148,144,4); }
td.TdClassName
{
border-color: #949004;
}
.TagClassName
{
border-color: #949004;
}
</style>