Shades of Oxley #759D7F
Tints of Oxley #759D7F
RGB
CMYK
RGB Variations
Color information
#759D7F (or 0x759D7F) is known color: Oxley. HEX triplet: 75, 9D and 7F. RGB value is (117,157,127). Sum of RGB (Red+Green+Blue) = 117+157+127=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 157 - color contains mainly: green. Hex color #759D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759D7F is #8A6280. Grayscale: #8D8D8D. Windows color (decimal): -9069185 or 8363381. OLE color: 8363381.
HSL color Cylindrical-coordinate representation of color #759D7F: hue angle of 135º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759D7F is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 127 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.38 |
| HSL | 135º | 0.17% | 0.54% | - |
| HSV(B) | 135º | 0.25% | 0.62% | - |
| XYZ | 23.22 | 29.43 | 24.53 | - |
| YUV | 141.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 127 | 0.25 | 0 | 0.19 | 0.38 | 135 | 0.17 | 0.54 |
| Hex | 75 | 9D | 7F | 19 | 0 | 13 | 26 | 87 | 11 | 36 |
| Octal | 165 | 235 | 177 | 31 | 0 | 23 | 46 | 207 | 21 | 66 |
| Binary | 1110101 | 10011101 | 1111111 | 11001 | 0 | 10011 | 100110 | 10000111 | 10001 | 110110 |
Color Harmonies of #759D7F
Complementary color
Monochromatic Colors of #759D7F
Black with #759D7F
Text Example
Text Example
White with #759D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D7F; }
p { color: rgb(117,157,127); }
H1.HeaderClassName
{
color: #759D7F;
}
.AnyTagClassName
{
color: #759D7F;
}
</style>
background-color css
<style>
a { background-color: #759D7F; }
a { background-color: rgb(117,157,127); }
div.DivClassName
{
background-color: #759D7F;
}
.BgClassName
{
background-color: #759D7F;
}
</style>
border-color css
<style>
span { border-color: #759D7F; }
span { border-color: rgb(117,157,127); }
td.TdClassName
{
border-color: #759D7F;
}
.TagClassName
{
border-color: #759D7F;
}
</style>