Shades of Olive #758A0E
Tints of Olive #758A0E
RGB
CMYK
RGB Variations
Color information
#758A0E (or 0x758A0E) is known color: Olive. HEX triplet: 75, 8A and 0E. RGB value is (117,138,14). Sum of RGB (Red+Green+Blue) = 117+138+14=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #758A0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758A0E is #8A75F1. Grayscale: #767676. Windows color (decimal): -9074162 or 952949. OLE color: 952949.
HSL color Cylindrical-coordinate representation of color #758A0E: hue angle of 70.16º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #758A0E is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 14 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.46 |
| HSL | 70.16º | 0.82% | 0.3% | - |
| HSV(B) | 70.16º | 0.9% | 0.54% | - |
| XYZ | 16.5 | 21.99 | 3.79 | - |
| YUV | 117.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 14 | 0.15 | 0 | 0.90 | 0.46 | 70.16 | 0.82 | 0.3 |
| Hex | 75 | 8A | E | F | 0 | 5A | 2E | 46 | 52 | 1E |
| Octal | 165 | 212 | 16 | 17 | 0 | 132 | 56 | 106 | 122 | 36 |
| Binary | 1110101 | 10001010 | 1110 | 1111 | 0 | 1011010 | 101110 | 1000110 | 1010010 | 11110 |
Color Harmonies of #758A0E
Complementary color
Monochromatic Colors of #758A0E
Black with #758A0E
Text Example
Text Example
White with #758A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A0E; }
p { color: rgb(117,138,14); }
H1.HeaderClassName
{
color: #758A0E;
}
.AnyTagClassName
{
color: #758A0E;
}
</style>
background-color css
<style>
a { background-color: #758A0E; }
a { background-color: rgb(117,138,14); }
div.DivClassName
{
background-color: #758A0E;
}
.BgClassName
{
background-color: #758A0E;
}
</style>
border-color css
<style>
span { border-color: #758A0E; }
span { border-color: rgb(117,138,14); }
td.TdClassName
{
border-color: #758A0E;
}
.TagClassName
{
border-color: #758A0E;
}
</style>