Shades of Olive #758808
Tints of Olive #758808
RGB
CMYK
RGB Variations
Color information
#758808 (or 0x758808) is known color: Olive. HEX triplet: 75, 88 and 08. RGB value is (117,136,8). Sum of RGB (Red+Green+Blue) = 117+136+8=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #758808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758808 is #8A77F7. Grayscale: #747474. Windows color (decimal): -9074680 or 559221. OLE color: 559221.
HSL color Cylindrical-coordinate representation of color #758808: hue angle of 68.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #758808 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 8 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.47 |
| HSL | 68.91º | 0.89% | 0.28% | - |
| HSV(B) | 68.91º | 0.94% | 0.53% | - |
| XYZ | 16.18 | 21.41 | 3.51 | - |
| YUV | 115.73 | 67.21 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 8 | 0.14 | 0 | 0.94 | 0.47 | 68.91 | 0.89 | 0.28 |
| Hex | 75 | 88 | 8 | E | 0 | 5E | 2F | 45 | 59 | 1C |
| Octal | 165 | 210 | 10 | 16 | 0 | 136 | 57 | 105 | 131 | 34 |
| Binary | 1110101 | 10001000 | 1000 | 1110 | 0 | 1011110 | 101111 | 1000101 | 1011001 | 11100 |
Color Harmonies of #758808
Complementary color
Monochromatic Colors of #758808
Black with #758808
Text Example
Text Example
White with #758808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758808; }
p { color: rgb(117,136,8); }
H1.HeaderClassName
{
color: #758808;
}
.AnyTagClassName
{
color: #758808;
}
</style>
background-color css
<style>
a { background-color: #758808; }
a { background-color: rgb(117,136,8); }
div.DivClassName
{
background-color: #758808;
}
.BgClassName
{
background-color: #758808;
}
</style>
border-color css
<style>
span { border-color: #758808; }
span { border-color: rgb(117,136,8); }
td.TdClassName
{
border-color: #758808;
}
.TagClassName
{
border-color: #758808;
}
</style>