Shades of Oxley #759E77
Tints of Oxley #759E77
RGB
CMYK
RGB Variations
Color information
#759E77 (or 0x759E77) is known color: Oxley. HEX triplet: 75, 9E and 77. RGB value is (117,158,119). Sum of RGB (Red+Green+Blue) = 117+158+119=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #759E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759E77 is #8A6188. Grayscale: #8D8D8D. Windows color (decimal): -9068937 or 7839349. OLE color: 7839349.
HSL color Cylindrical-coordinate representation of color #759E77: hue angle of 122.93º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759E77 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 158 | 119 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.38 |
| HSL | 122.93º | 0.17% | 0.54% | - |
| HSV(B) | 122.93º | 0.26% | 0.62% | - |
| XYZ | 22.89 | 29.57 | 21.95 | - |
| YUV | 141.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 119 | 0.26 | 0 | 0.25 | 0.38 | 122.93 | 0.17 | 0.54 |
| Hex | 75 | 9E | 77 | 1A | 0 | 19 | 26 | 7B | 11 | 36 |
| Octal | 165 | 236 | 167 | 32 | 0 | 31 | 46 | 173 | 21 | 66 |
| Binary | 1110101 | 10011110 | 1110111 | 11010 | 0 | 11001 | 100110 | 1111011 | 10001 | 110110 |
Color Harmonies of #759E77
Complementary color
Monochromatic Colors of #759E77
Black with #759E77
Text Example
Text Example
White with #759E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759E77; }
p { color: rgb(117,158,119); }
H1.HeaderClassName
{
color: #759E77;
}
.AnyTagClassName
{
color: #759E77;
}
</style>
background-color css
<style>
a { background-color: #759E77; }
a { background-color: rgb(117,158,119); }
div.DivClassName
{
background-color: #759E77;
}
.BgClassName
{
background-color: #759E77;
}
</style>
border-color css
<style>
span { border-color: #759E77; }
span { border-color: rgb(117,158,119); }
td.TdClassName
{
border-color: #759E77;
}
.TagClassName
{
border-color: #759E77;
}
</style>