Shades of Olive #749004
Tints of Olive #749004
RGB
CMYK
RGB Variations
Color information
#749004 (or 0x749004) is known color: Olive. HEX triplet: 74, 90 and 04. RGB value is (116,144,4). Sum of RGB (Red+Green+Blue) = 116+144+4=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #749004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749004 is #8B6FFB. Grayscale: #787878. Windows color (decimal): -9138172 or 299124. OLE color: 299124.
HSL color Cylindrical-coordinate representation of color #749004: hue angle of 72º degrees, saturation: 0.95, 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 #749004 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 4 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.44 |
| HSL | 72º | 0.95% | 0.29% | - |
| HSV(B) | 72º | 0.97% | 0.56% | - |
| XYZ | 17.2 | 23.67 | 3.78 | - |
| YUV | 119.67 | 62.72 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 4 | 0.19 | 0 | 0.97 | 0.44 | 72 | 0.95 | 0.29 |
| Hex | 74 | 90 | 4 | 13 | 0 | 61 | 2C | 48 | 5F | 1D |
| Octal | 164 | 220 | 4 | 23 | 0 | 141 | 54 | 110 | 137 | 35 |
| Binary | 1110100 | 10010000 | 100 | 10011 | 0 | 1100001 | 101100 | 1001000 | 1011111 | 11101 |
Color Harmonies of #749004
Complementary color
Monochromatic Colors of #749004
Black with #749004
Text Example
Text Example
White with #749004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749004; }
p { color: rgb(116,144,4); }
H1.HeaderClassName
{
color: #749004;
}
.AnyTagClassName
{
color: #749004;
}
</style>
background-color css
<style>
a { background-color: #749004; }
a { background-color: rgb(116,144,4); }
div.DivClassName
{
background-color: #749004;
}
.BgClassName
{
background-color: #749004;
}
</style>
border-color css
<style>
span { border-color: #749004; }
span { border-color: rgb(116,144,4); }
td.TdClassName
{
border-color: #749004;
}
.TagClassName
{
border-color: #749004;
}
</style>