Shades of Olive #749005
Tints of Olive #749005
RGB
CMYK
RGB Variations
Color information
#749005 (or 0x749005) is known color: Olive. HEX triplet: 74, 90 and 05. RGB value is (116,144,5). Sum of RGB (Red+Green+Blue) = 116+144+5=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #749005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749005 is #8B6FFA. Grayscale: #787878. Windows color (decimal): -9138171 or 364660. OLE color: 364660.
HSL color Cylindrical-coordinate representation of color #749005: hue angle of 72.09º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #749005 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 5 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.44 |
| HSL | 72.09º | 0.93% | 0.29% | - |
| HSV(B) | 72.09º | 0.97% | 0.56% | - |
| XYZ | 17.2 | 23.67 | 3.81 | - |
| YUV | 119.78 | 63.22 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 5 | 0.19 | 0 | 0.97 | 0.44 | 72.09 | 0.93 | 0.29 |
| Hex | 74 | 90 | 5 | 13 | 0 | 61 | 2C | 48 | 5D | 1D |
| Octal | 164 | 220 | 5 | 23 | 0 | 141 | 54 | 110 | 135 | 35 |
| Binary | 1110100 | 10010000 | 101 | 10011 | 0 | 1100001 | 101100 | 1001000 | 1011101 | 11101 |
Color Harmonies of #749005
Complementary color
Monochromatic Colors of #749005
Black with #749005
Text Example
Text Example
White with #749005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749005; }
p { color: rgb(116,144,5); }
H1.HeaderClassName
{
color: #749005;
}
.AnyTagClassName
{
color: #749005;
}
</style>
background-color css
<style>
a { background-color: #749005; }
a { background-color: rgb(116,144,5); }
div.DivClassName
{
background-color: #749005;
}
.BgClassName
{
background-color: #749005;
}
</style>
border-color css
<style>
span { border-color: #749005; }
span { border-color: rgb(116,144,5); }
td.TdClassName
{
border-color: #749005;
}
.TagClassName
{
border-color: #749005;
}
</style>