Shades of Oxley #759F85
Tints of Oxley #759F85
RGB
CMYK
RGB Variations
Color information
#759F85 (or 0x759F85) is known color: Oxley. HEX triplet: 75, 9F and 85. RGB value is (117,159,133). Sum of RGB (Red+Green+Blue) = 117+159+133=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 159 - color contains mainly: green. Hex color #759F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759F85 is #8A607A. Grayscale: #8F8F8F. Windows color (decimal): -9068667 or 8757109. OLE color: 8757109.
HSL color Cylindrical-coordinate representation of color #759F85: hue angle of 142.86º degrees, saturation: 0.18, 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 #759F85 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 133 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.38 |
| HSL | 142.86º | 0.18% | 0.54% | - |
| HSV(B) | 142.86º | 0.26% | 0.62% | - |
| XYZ | 23.97 | 30.27 | 26.77 | - |
| YUV | 143.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 133 | 0.26 | 0 | 0.16 | 0.38 | 142.86 | 0.18 | 0.54 |
| Hex | 75 | 9F | 85 | 1A | 0 | 10 | 26 | 8F | 12 | 36 |
| Octal | 165 | 237 | 205 | 32 | 0 | 20 | 46 | 217 | 22 | 66 |
| Binary | 1110101 | 10011111 | 10000101 | 11010 | 0 | 10000 | 100110 | 10001111 | 10010 | 110110 |
Color Harmonies of #759F85
Complementary color
Monochromatic Colors of #759F85
Black with #759F85
Text Example
Text Example
White with #759F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F85; }
p { color: rgb(117,159,133); }
H1.HeaderClassName
{
color: #759F85;
}
.AnyTagClassName
{
color: #759F85;
}
</style>
background-color css
<style>
a { background-color: #759F85; }
a { background-color: rgb(117,159,133); }
div.DivClassName
{
background-color: #759F85;
}
.BgClassName
{
background-color: #759F85;
}
</style>
border-color css
<style>
span { border-color: #759F85; }
span { border-color: rgb(117,159,133); }
td.TdClassName
{
border-color: #759F85;
}
.TagClassName
{
border-color: #759F85;
}
</style>