Shades of Olive #949603
Tints of Olive #949603
RGB
CMYK
RGB Variations
Color information
#949603 (or 0x949603) is known color: Olive. HEX triplet: 94, 96 and 03. RGB value is (148,150,3). Sum of RGB (Red+Green+Blue) = 148+150+3=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #949603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949603 is #6B69FC. Grayscale: #858585. Windows color (decimal): -7039485 or 235156. OLE color: 235156.
HSL color Cylindrical-coordinate representation of color #949603: hue angle of 60.82º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #949603 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 150 | 3 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.41 |
| HSL | 60.82º | 0.96% | 0.3% | - |
| HSV(B) | 60.82º | 0.98% | 0.59% | - |
| XYZ | 23.14 | 28.12 | 4.29 | - |
| YUV | 132.64 | 54.84 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 150 | 3 | 0.01 | 0 | 0.98 | 0.41 | 60.82 | 0.96 | 0.3 |
| Hex | 94 | 96 | 3 | 1 | 0 | 62 | 29 | 3D | 60 | 1E |
| Octal | 224 | 226 | 3 | 1 | 0 | 142 | 51 | 75 | 140 | 36 |
| Binary | 10010100 | 10010110 | 11 | 1 | 0 | 1100010 | 101001 | 111101 | 1100000 | 11110 |
Color Harmonies of #949603
Complementary color
Monochromatic Colors of #949603
Black with #949603
Text Example
Text Example
White with #949603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949603; }
p { color: rgb(148,150,3); }
H1.HeaderClassName
{
color: #949603;
}
.AnyTagClassName
{
color: #949603;
}
</style>
background-color css
<style>
a { background-color: #949603; }
a { background-color: rgb(148,150,3); }
div.DivClassName
{
background-color: #949603;
}
.BgClassName
{
background-color: #949603;
}
</style>
border-color css
<style>
span { border-color: #949603; }
span { border-color: rgb(148,150,3); }
td.TdClassName
{
border-color: #949603;
}
.TagClassName
{
border-color: #949603;
}
</style>