Shades of Olive #758B0A
Tints of Olive #758B0A
RGB
CMYK
RGB Variations
Color information
#758B0A (or 0x758B0A) is known color: Olive. HEX triplet: 75, 8B and 0A. RGB value is (117,139,10). Sum of RGB (Red+Green+Blue) = 117+139+10=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #758B0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758B0A is #8A74F5. Grayscale: #767676. Windows color (decimal): -9073910 or 691061. OLE color: 691061.
HSL color Cylindrical-coordinate representation of color #758B0A: hue angle of 70.23º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #758B0A is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 10 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.45 |
| HSL | 70.23º | 0.87% | 0.29% | - |
| HSV(B) | 70.23º | 0.93% | 0.55% | - |
| XYZ | 16.62 | 22.27 | 3.71 | - |
| YUV | 117.72 | 67.21 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 10 | 0.16 | 0 | 0.93 | 0.45 | 70.23 | 0.87 | 0.29 |
| Hex | 75 | 8B | A | 10 | 0 | 5D | 2D | 46 | 57 | 1D |
| Octal | 165 | 213 | 12 | 20 | 0 | 135 | 55 | 106 | 127 | 35 |
| Binary | 1110101 | 10001011 | 1010 | 10000 | 0 | 1011101 | 101101 | 1000110 | 1010111 | 11101 |
Color Harmonies of #758B0A
Complementary color
Monochromatic Colors of #758B0A
Black with #758B0A
Text Example
Text Example
White with #758B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B0A; }
p { color: rgb(117,139,10); }
H1.HeaderClassName
{
color: #758B0A;
}
.AnyTagClassName
{
color: #758B0A;
}
</style>
background-color css
<style>
a { background-color: #758B0A; }
a { background-color: rgb(117,139,10); }
div.DivClassName
{
background-color: #758B0A;
}
.BgClassName
{
background-color: #758B0A;
}
</style>
border-color css
<style>
span { border-color: #758B0A; }
span { border-color: rgb(117,139,10); }
td.TdClassName
{
border-color: #758B0A;
}
.TagClassName
{
border-color: #758B0A;
}
</style>