Shades of Oxley #75957C
Tints of Oxley #75957C
RGB
CMYK
RGB Variations
Color information
#75957C (or 0x75957C) is known color: Oxley. HEX triplet: 75, 95 and 7C. RGB value is (117,149,124). Sum of RGB (Red+Green+Blue) = 117+149+124=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #75957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75957C is #8A6A83. Grayscale: #888888. Windows color (decimal): -9071236 or 8164725. OLE color: 8164725.
HSL color Cylindrical-coordinate representation of color #75957C: hue angle of 133.12º 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 #75957C is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 124 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.42 |
| HSL | 133.13º | 0.13% | 0.52% | - |
| HSV(B) | 133.13º | 0.21% | 0.58% | - |
| XYZ | 21.72 | 26.73 | 23.08 | - |
| YUV | 136.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 124 | 0.21 | 0 | 0.17 | 0.42 | 133.13 | 0.13 | 0.52 |
| Hex | 75 | 95 | 7C | 15 | 0 | 11 | 2A | 85 | D | 34 |
| Octal | 165 | 225 | 174 | 25 | 0 | 21 | 52 | 205 | 15 | 64 |
| Binary | 1110101 | 10010101 | 1111100 | 10101 | 0 | 10001 | 101010 | 10000101 | 1101 | 110100 |
Color Harmonies of #75957C
Complementary color
Monochromatic Colors of #75957C
Black with #75957C
Text Example
Text Example
White with #75957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75957C; }
p { color: rgb(117,149,124); }
H1.HeaderClassName
{
color: #75957C;
}
.AnyTagClassName
{
color: #75957C;
}
</style>
background-color css
<style>
a { background-color: #75957C; }
a { background-color: rgb(117,149,124); }
div.DivClassName
{
background-color: #75957C;
}
.BgClassName
{
background-color: #75957C;
}
</style>
border-color css
<style>
span { border-color: #75957C; }
span { border-color: rgb(117,149,124); }
td.TdClassName
{
border-color: #75957C;
}
.TagClassName
{
border-color: #75957C;
}
</style>