Shades of Olive #758C08
Tints of Olive #758C08
RGB
CMYK
RGB Variations
Color information
#758C08 (or 0x758C08) is known color: Olive. HEX triplet: 75, 8C and 08. RGB value is (117,140,8). Sum of RGB (Red+Green+Blue) = 117+140+8=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #758C08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758C08 is #8A73F7. Grayscale: #767676. Windows color (decimal): -9073656 or 560245. OLE color: 560245.
HSL color Cylindrical-coordinate representation of color #758C08: hue angle of 70.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #758C08 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 8 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.45 |
| HSL | 70.45º | 0.89% | 0.29% | - |
| HSV(B) | 70.45º | 0.94% | 0.55% | - |
| XYZ | 16.76 | 22.56 | 3.7 | - |
| YUV | 118.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 8 | 0.16 | 0 | 0.94 | 0.45 | 70.45 | 0.89 | 0.29 |
| Hex | 75 | 8C | 8 | 10 | 0 | 5E | 2D | 46 | 59 | 1D |
| Octal | 165 | 214 | 10 | 20 | 0 | 136 | 55 | 106 | 131 | 35 |
| Binary | 1110101 | 10001100 | 1000 | 10000 | 0 | 1011110 | 101101 | 1000110 | 1011001 | 11101 |
Color Harmonies of #758C08
Complementary color
Monochromatic Colors of #758C08
Black with #758C08
Text Example
Text Example
White with #758C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C08; }
p { color: rgb(117,140,8); }
H1.HeaderClassName
{
color: #758C08;
}
.AnyTagClassName
{
color: #758C08;
}
</style>
background-color css
<style>
a { background-color: #758C08; }
a { background-color: rgb(117,140,8); }
div.DivClassName
{
background-color: #758C08;
}
.BgClassName
{
background-color: #758C08;
}
</style>
border-color css
<style>
span { border-color: #758C08; }
span { border-color: rgb(117,140,8); }
td.TdClassName
{
border-color: #758C08;
}
.TagClassName
{
border-color: #758C08;
}
</style>