Shades of Oxley #759E81
Tints of Oxley #759E81
RGB
CMYK
RGB Variations
Color information
#759E81 (or 0x759E81) is known color: Oxley. HEX triplet: 75, 9E and 81. RGB value is (117,158,129). Sum of RGB (Red+Green+Blue) = 117+158+129=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #759E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759E81 is #8A617E. Grayscale: #8E8E8E. Windows color (decimal): -9068927 or 8494709. OLE color: 8494709.
HSL color Cylindrical-coordinate representation of color #759E81: hue angle of 137.56º 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 #759E81 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 158 | 129 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.38 |
| HSL | 137.56º | 0.17% | 0.54% | - |
| HSV(B) | 137.56º | 0.26% | 0.62% | - |
| XYZ | 23.53 | 29.82 | 25.28 | - |
| YUV | 142.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 129 | 0.26 | 0 | 0.18 | 0.38 | 137.56 | 0.17 | 0.54 |
| Hex | 75 | 9E | 81 | 1A | 0 | 12 | 26 | 8A | 11 | 36 |
| Octal | 165 | 236 | 201 | 32 | 0 | 22 | 46 | 212 | 21 | 66 |
| Binary | 1110101 | 10011110 | 10000001 | 11010 | 0 | 10010 | 100110 | 10001010 | 10001 | 110110 |
Color Harmonies of #759E81
Complementary color
Monochromatic Colors of #759E81
Black with #759E81
Text Example
Text Example
White with #759E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759E81; }
p { color: rgb(117,158,129); }
H1.HeaderClassName
{
color: #759E81;
}
.AnyTagClassName
{
color: #759E81;
}
</style>
background-color css
<style>
a { background-color: #759E81; }
a { background-color: rgb(117,158,129); }
div.DivClassName
{
background-color: #759E81;
}
.BgClassName
{
background-color: #759E81;
}
</style>
border-color css
<style>
span { border-color: #759E81; }
span { border-color: rgb(117,158,129); }
td.TdClassName
{
border-color: #759E81;
}
.TagClassName
{
border-color: #759E81;
}
</style>