Shades of Olive #758D04
Tints of Olive #758D04
RGB
CMYK
RGB Variations
Color information
#758D04 (or 0x758D04) is known color: Olive. HEX triplet: 75, 8D and 04. RGB value is (117,141,4). Sum of RGB (Red+Green+Blue) = 117+141+4=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #758D04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758D04 is #8A72FB. Grayscale: #767676. Windows color (decimal): -9073404 or 298357. OLE color: 298357.
HSL color Cylindrical-coordinate representation of color #758D04: hue angle of 70.51º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #758D04 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 4 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.45 |
| HSL | 70.51º | 0.94% | 0.28% | - |
| HSV(B) | 70.51º | 0.97% | 0.55% | - |
| XYZ | 16.88 | 22.84 | 3.63 | - |
| YUV | 118.21 | 63.55 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 4 | 0.17 | 0 | 0.97 | 0.45 | 70.51 | 0.94 | 0.28 |
| Hex | 75 | 8D | 4 | 11 | 0 | 61 | 2D | 47 | 5E | 1C |
| Octal | 165 | 215 | 4 | 21 | 0 | 141 | 55 | 107 | 136 | 34 |
| Binary | 1110101 | 10001101 | 100 | 10001 | 0 | 1100001 | 101101 | 1000111 | 1011110 | 11100 |
Color Harmonies of #758D04
Complementary color
Monochromatic Colors of #758D04
Black with #758D04
Text Example
Text Example
White with #758D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D04; }
p { color: rgb(117,141,4); }
H1.HeaderClassName
{
color: #758D04;
}
.AnyTagClassName
{
color: #758D04;
}
</style>
background-color css
<style>
a { background-color: #758D04; }
a { background-color: rgb(117,141,4); }
div.DivClassName
{
background-color: #758D04;
}
.BgClassName
{
background-color: #758D04;
}
</style>
border-color css
<style>
span { border-color: #758D04; }
span { border-color: rgb(117,141,4); }
td.TdClassName
{
border-color: #758D04;
}
.TagClassName
{
border-color: #758D04;
}
</style>