Shades of Olive #949503
Tints of Olive #949503
RGB
CMYK
RGB Variations
Color information
#949503 (or 0x949503) is known color: Olive. HEX triplet: 94, 95 and 03. RGB value is (148,149,3). Sum of RGB (Red+Green+Blue) = 148+149+3=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #949503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949503 is #6B6AFC. Grayscale: #848484. Windows color (decimal): -7039741 or 234900. OLE color: 234900.
HSL color Cylindrical-coordinate representation of color #949503: hue angle of 60.41º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #949503 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 149 | 3 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.42 |
| HSL | 60.41º | 0.96% | 0.3% | - |
| HSV(B) | 60.41º | 0.98% | 0.58% | - |
| XYZ | 22.98 | 27.8 | 4.24 | - |
| YUV | 132.06 | 55.17 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 3 | 0.01 | 0 | 0.98 | 0.42 | 60.41 | 0.96 | 0.3 |
| Hex | 94 | 95 | 3 | 1 | 0 | 62 | 2A | 3C | 60 | 1E |
| Octal | 224 | 225 | 3 | 1 | 0 | 142 | 52 | 74 | 140 | 36 |
| Binary | 10010100 | 10010101 | 11 | 1 | 0 | 1100010 | 101010 | 111100 | 1100000 | 11110 |
Color Harmonies of #949503
Complementary color
Monochromatic Colors of #949503
Black with #949503
Text Example
Text Example
White with #949503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949503; }
p { color: rgb(148,149,3); }
H1.HeaderClassName
{
color: #949503;
}
.AnyTagClassName
{
color: #949503;
}
</style>
background-color css
<style>
a { background-color: #949503; }
a { background-color: rgb(148,149,3); }
div.DivClassName
{
background-color: #949503;
}
.BgClassName
{
background-color: #949503;
}
</style>
border-color css
<style>
span { border-color: #949503; }
span { border-color: rgb(148,149,3); }
td.TdClassName
{
border-color: #949503;
}
.TagClassName
{
border-color: #949503;
}
</style>