Shades of Olive #758C04
Tints of Olive #758C04
RGB
CMYK
RGB Variations
Color information
#758C04 (or 0x758C04) is known color: Olive. HEX triplet: 75, 8C and 04. RGB value is (117,140,4). Sum of RGB (Red+Green+Blue) = 117+140+4=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #758C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758C04 is #8A73FB. Grayscale: #767676. Windows color (decimal): -9073660 or 298101. OLE color: 298101.
HSL color Cylindrical-coordinate representation of color #758C04: hue angle of 70.15º 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 #758C04 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 4 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.45 |
| HSL | 70.15º | 0.94% | 0.28% | - |
| HSV(B) | 70.15º | 0.97% | 0.55% | - |
| XYZ | 16.74 | 22.55 | 3.58 | - |
| YUV | 117.62 | 63.88 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 4 | 0.16 | 0 | 0.97 | 0.45 | 70.15 | 0.94 | 0.28 |
| Hex | 75 | 8C | 4 | 10 | 0 | 61 | 2D | 46 | 5E | 1C |
| Octal | 165 | 214 | 4 | 20 | 0 | 141 | 55 | 106 | 136 | 34 |
| Binary | 1110101 | 10001100 | 100 | 10000 | 0 | 1100001 | 101101 | 1000110 | 1011110 | 11100 |
Color Harmonies of #758C04
Complementary color
Monochromatic Colors of #758C04
Black with #758C04
Text Example
Text Example
White with #758C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C04; }
p { color: rgb(117,140,4); }
H1.HeaderClassName
{
color: #758C04;
}
.AnyTagClassName
{
color: #758C04;
}
</style>
background-color css
<style>
a { background-color: #758C04; }
a { background-color: rgb(117,140,4); }
div.DivClassName
{
background-color: #758C04;
}
.BgClassName
{
background-color: #758C04;
}
</style>
border-color css
<style>
span { border-color: #758C04; }
span { border-color: rgb(117,140,4); }
td.TdClassName
{
border-color: #758C04;
}
.TagClassName
{
border-color: #758C04;
}
</style>