Shades of Olive #948003
Tints of Olive #948003
RGB
CMYK
RGB Variations
Color information
#948003 (or 0x948003) is known color: Olive. HEX triplet: 94, 80 and 03. RGB value is (148,128,3). Sum of RGB (Red+Green+Blue) = 148+128+3=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #948003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948003 is #6B7FFC. Grayscale: #787878. Windows color (decimal): -7045117 or 229524. OLE color: 229524.
HSL color Cylindrical-coordinate representation of color #948003: hue angle of 51.72º 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 #948003 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.42 |
| HSL | 51.72º | 0.96% | 0.3% | - |
| HSV(B) | 51.72º | 0.98% | 0.58% | - |
| XYZ | 19.95 | 21.74 | 3.23 | - |
| YUV | 119.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 3 | 0 | 0.14 | 0.98 | 0.42 | 51.72 | 0.96 | 0.3 |
| Hex | 94 | 80 | 3 | 0 | E | 62 | 2A | 34 | 60 | 1E |
| Octal | 224 | 200 | 3 | 0 | 16 | 142 | 52 | 64 | 140 | 36 |
| Binary | 10010100 | 10000000 | 11 | 0 | 1110 | 1100010 | 101010 | 110100 | 1100000 | 11110 |
Color Harmonies of #948003
Complementary color
Monochromatic Colors of #948003
Black with #948003
Text Example
Text Example
White with #948003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948003; }
p { color: rgb(148,128,3); }
H1.HeaderClassName
{
color: #948003;
}
.AnyTagClassName
{
color: #948003;
}
</style>
background-color css
<style>
a { background-color: #948003; }
a { background-color: rgb(148,128,3); }
div.DivClassName
{
background-color: #948003;
}
.BgClassName
{
background-color: #948003;
}
</style>
border-color css
<style>
span { border-color: #948003; }
span { border-color: rgb(148,128,3); }
td.TdClassName
{
border-color: #948003;
}
.TagClassName
{
border-color: #948003;
}
</style>