Shades of Olive #758C05
Tints of Olive #758C05
RGB
CMYK
RGB Variations
Color information
#758C05 (or 0x758C05) is known color: Olive. HEX triplet: 75, 8C and 05. RGB value is (117,140,5). Sum of RGB (Red+Green+Blue) = 117+140+5=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 140 (55.08% from 255 or 53.44% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 140 - color contains mainly: green. Hex color #758C05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758C05 is #8A73FA. Grayscale: #767676. Windows color (decimal): -9073659 or 363637. OLE color: 363637.
HSL color Cylindrical-coordinate representation of color #758C05: hue angle of 70.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #758C05 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 5 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.45 |
| HSL | 70.22º | 0.93% | 0.28% | - |
| HSV(B) | 70.22º | 0.96% | 0.55% | - |
| XYZ | 16.74 | 22.55 | 3.61 | - |
| YUV | 117.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 5 | 0.16 | 0 | 0.96 | 0.45 | 70.22 | 0.93 | 0.28 |
| Hex | 75 | 8C | 5 | 10 | 0 | 60 | 2D | 46 | 5D | 1C |
| Octal | 165 | 214 | 5 | 20 | 0 | 140 | 55 | 106 | 135 | 34 |
| Binary | 1110101 | 10001100 | 101 | 10000 | 0 | 1100000 | 101101 | 1000110 | 1011101 | 11100 |
Color Harmonies of #758C05
Complementary color
Monochromatic Colors of #758C05
Black with #758C05
Text Example
Text Example
White with #758C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C05; }
p { color: rgb(117,140,5); }
H1.HeaderClassName
{
color: #758C05;
}
.AnyTagClassName
{
color: #758C05;
}
</style>
background-color css
<style>
a { background-color: #758C05; }
a { background-color: rgb(117,140,5); }
div.DivClassName
{
background-color: #758C05;
}
.BgClassName
{
background-color: #758C05;
}
</style>
border-color css
<style>
span { border-color: #758C05; }
span { border-color: rgb(117,140,5); }
td.TdClassName
{
border-color: #758C05;
}
.TagClassName
{
border-color: #758C05;
}
</style>