Shades of Oxley #75957E
Tints of Oxley #75957E
RGB
CMYK
RGB Variations
Color information
#75957E (or 0x75957E) is known color: Oxley. HEX triplet: 75, 95 and 7E. RGB value is (117,149,126). Sum of RGB (Red+Green+Blue) = 117+149+126=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #75957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75957E is #8A6A81. Grayscale: #888888. Windows color (decimal): -9071234 or 8295797. OLE color: 8295797.
HSL color Cylindrical-coordinate representation of color #75957E: hue angle of 136.88º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75957E is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 126 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.42 |
| HSL | 136.88º | 0.13% | 0.52% | - |
| HSV(B) | 136.88º | 0.21% | 0.58% | - |
| XYZ | 21.85 | 26.78 | 23.76 | - |
| YUV | 136.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 126 | 0.21 | 0 | 0.15 | 0.42 | 136.88 | 0.13 | 0.52 |
| Hex | 75 | 95 | 7E | 15 | 0 | F | 2A | 89 | D | 34 |
| Octal | 165 | 225 | 176 | 25 | 0 | 17 | 52 | 211 | 15 | 64 |
| Binary | 1110101 | 10010101 | 1111110 | 10101 | 0 | 1111 | 101010 | 10001001 | 1101 | 110100 |
Color Harmonies of #75957E
Complementary color
Monochromatic Colors of #75957E
Black with #75957E
Text Example
Text Example
White with #75957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75957E; }
p { color: rgb(117,149,126); }
H1.HeaderClassName
{
color: #75957E;
}
.AnyTagClassName
{
color: #75957E;
}
</style>
background-color css
<style>
a { background-color: #75957E; }
a { background-color: rgb(117,149,126); }
div.DivClassName
{
background-color: #75957E;
}
.BgClassName
{
background-color: #75957E;
}
</style>
border-color css
<style>
span { border-color: #75957E; }
span { border-color: rgb(117,149,126); }
td.TdClassName
{
border-color: #75957E;
}
.TagClassName
{
border-color: #75957E;
}
</style>