Shades of Olive #749003
Tints of Olive #749003
RGB
CMYK
RGB Variations
Color information
#749003 (or 0x749003) is known color: Olive. HEX triplet: 74, 90 and 03. RGB value is (116,144,3). Sum of RGB (Red+Green+Blue) = 116+144+3=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #749003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749003 is #8B6FFC. Grayscale: #787878. Windows color (decimal): -9138173 or 233588. OLE color: 233588.
HSL color Cylindrical-coordinate representation of color #749003: hue angle of 71.91º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #749003 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 3 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.44 |
| HSL | 71.91º | 0.96% | 0.29% | - |
| HSV(B) | 71.91º | 0.98% | 0.56% | - |
| XYZ | 17.19 | 23.67 | 3.75 | - |
| YUV | 119.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 3 | 0.19 | 0 | 0.98 | 0.44 | 71.91 | 0.96 | 0.29 |
| Hex | 74 | 90 | 3 | 13 | 0 | 62 | 2C | 48 | 60 | 1D |
| Octal | 164 | 220 | 3 | 23 | 0 | 142 | 54 | 110 | 140 | 35 |
| Binary | 1110100 | 10010000 | 11 | 10011 | 0 | 1100010 | 101100 | 1001000 | 1100000 | 11101 |
Color Harmonies of #749003
Complementary color
Monochromatic Colors of #749003
Black with #749003
Text Example
Text Example
White with #749003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749003; }
p { color: rgb(116,144,3); }
H1.HeaderClassName
{
color: #749003;
}
.AnyTagClassName
{
color: #749003;
}
</style>
background-color css
<style>
a { background-color: #749003; }
a { background-color: rgb(116,144,3); }
div.DivClassName
{
background-color: #749003;
}
.BgClassName
{
background-color: #749003;
}
</style>
border-color css
<style>
span { border-color: #749003; }
span { border-color: rgb(116,144,3); }
td.TdClassName
{
border-color: #749003;
}
.TagClassName
{
border-color: #749003;
}
</style>