Shades of Oxley #759D7D
Tints of Oxley #759D7D
RGB
CMYK
RGB Variations
Color information
#759D7D (or 0x759D7D) is known color: Oxley. HEX triplet: 75, 9D and 7D. RGB value is (117,157,125). Sum of RGB (Red+Green+Blue) = 117+157+125=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #759D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759D7D is #8A6282. Grayscale: #8D8D8D. Windows color (decimal): -9069187 or 8232309. OLE color: 8232309.
HSL color Cylindrical-coordinate representation of color #759D7D: hue angle of 132º 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 #759D7D is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 125 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.38 |
| HSL | 132º | 0.17% | 0.54% | - |
| HSV(B) | 132º | 0.25% | 0.62% | - |
| XYZ | 23.09 | 29.38 | 23.86 | - |
| YUV | 141.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 125 | 0.25 | 0 | 0.20 | 0.38 | 132 | 0.17 | 0.54 |
| Hex | 75 | 9D | 7D | 19 | 0 | 14 | 26 | 84 | 11 | 36 |
| Octal | 165 | 235 | 175 | 31 | 0 | 24 | 46 | 204 | 21 | 66 |
| Binary | 1110101 | 10011101 | 1111101 | 11001 | 0 | 10100 | 100110 | 10000100 | 10001 | 110110 |
Color Harmonies of #759D7D
Complementary color
Monochromatic Colors of #759D7D
Black with #759D7D
Text Example
Text Example
White with #759D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D7D; }
p { color: rgb(117,157,125); }
H1.HeaderClassName
{
color: #759D7D;
}
.AnyTagClassName
{
color: #759D7D;
}
</style>
background-color css
<style>
a { background-color: #759D7D; }
a { background-color: rgb(117,157,125); }
div.DivClassName
{
background-color: #759D7D;
}
.BgClassName
{
background-color: #759D7D;
}
</style>
border-color css
<style>
span { border-color: #759D7D; }
span { border-color: rgb(117,157,125); }
td.TdClassName
{
border-color: #759D7D;
}
.TagClassName
{
border-color: #759D7D;
}
</style>