Shades of Olive #757B0A
Tints of Olive #757B0A
RGB
CMYK
RGB Variations
Color information
#757B0A (or 0x757B0A) is known color: Olive. HEX triplet: 75, 7B and 0A. RGB value is (117,123,10). Sum of RGB (Red+Green+Blue) = 117+123+10=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 123 (48.44% from 255 or 49.2% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 123 - color contains mainly: green. Hex color #757B0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757B0A is #8A84F5. Grayscale: #6C6C6C. Windows color (decimal): -9078006 or 686965. OLE color: 686965.
HSL color Cylindrical-coordinate representation of color #757B0A: hue angle of 63.19º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #757B0A is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 123 | 10 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.52 |
| HSL | 63.19º | 0.85% | 0.26% | - |
| HSV(B) | 63.19º | 0.92% | 0.48% | - |
| XYZ | 14.47 | 17.97 | 2.99 | - |
| YUV | 108.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 10 | 0.05 | 0 | 0.92 | 0.52 | 63.19 | 0.85 | 0.26 |
| Hex | 75 | 7B | A | 5 | 0 | 5C | 34 | 3F | 55 | 1A |
| Octal | 165 | 173 | 12 | 5 | 0 | 134 | 64 | 77 | 125 | 32 |
| Binary | 1110101 | 1111011 | 1010 | 101 | 0 | 1011100 | 110100 | 111111 | 1010101 | 11010 |
Color Harmonies of #757B0A
Complementary color
Monochromatic Colors of #757B0A
Black with #757B0A
Text Example
Text Example
White with #757B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757B0A; }
p { color: rgb(117,123,10); }
H1.HeaderClassName
{
color: #757B0A;
}
.AnyTagClassName
{
color: #757B0A;
}
</style>
background-color css
<style>
a { background-color: #757B0A; }
a { background-color: rgb(117,123,10); }
div.DivClassName
{
background-color: #757B0A;
}
.BgClassName
{
background-color: #757B0A;
}
</style>
border-color css
<style>
span { border-color: #757B0A; }
span { border-color: rgb(117,123,10); }
td.TdClassName
{
border-color: #757B0A;
}
.TagClassName
{
border-color: #757B0A;
}
</style>