Shades of Olive #999003
Tints of Olive #999003
RGB
CMYK
RGB Variations
Color information
#999003 (or 0x999003) is known color: Olive. HEX triplet: 99, 90 and 03. RGB value is (153,144,3). Sum of RGB (Red+Green+Blue) = 153+144+3=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #999003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999003 is #666FFC. Grayscale: #838383. Windows color (decimal): -6713341 or 233625. OLE color: 233625.
HSL color Cylindrical-coordinate representation of color #999003: hue angle of 56.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #999003 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 3 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.4 |
| HSL | 56.4º | 0.96% | 0.31% | - |
| HSV(B) | 56.4º | 0.98% | 0.6% | - |
| XYZ | 23.13 | 26.73 | 4.03 | - |
| YUV | 130.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 3 | 0 | 0.06 | 0.98 | 0.4 | 56.4 | 0.96 | 0.31 |
| Hex | 99 | 90 | 3 | 0 | 6 | 62 | 28 | 38 | 60 | 1F |
| Octal | 231 | 220 | 3 | 0 | 6 | 142 | 50 | 70 | 140 | 37 |
| Binary | 10011001 | 10010000 | 11 | 0 | 110 | 1100010 | 101000 | 111000 | 1100000 | 11111 |
Color Harmonies of #999003
Complementary color
Monochromatic Colors of #999003
Black with #999003
Text Example
Text Example
White with #999003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999003; }
p { color: rgb(153,144,3); }
H1.HeaderClassName
{
color: #999003;
}
.AnyTagClassName
{
color: #999003;
}
</style>
background-color css
<style>
a { background-color: #999003; }
a { background-color: rgb(153,144,3); }
div.DivClassName
{
background-color: #999003;
}
.BgClassName
{
background-color: #999003;
}
</style>
border-color css
<style>
span { border-color: #999003; }
span { border-color: rgb(153,144,3); }
td.TdClassName
{
border-color: #999003;
}
.TagClassName
{
border-color: #999003;
}
</style>