Shades of Oxley #75997F
Tints of Oxley #75997F
RGB
CMYK
RGB Variations
Color information
#75997F (or 0x75997F) is known color: Oxley. HEX triplet: 75, 99 and 7F. RGB value is (117,153,127). Sum of RGB (Red+Green+Blue) = 117+153+127=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #75997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75997F is #8A6680. Grayscale: #8B8B8B. Windows color (decimal): -9070209 or 8362357. OLE color: 8362357.
HSL color Cylindrical-coordinate representation of color #75997F: hue angle of 136.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75997F is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 127 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.4 |
| HSL | 136.67º | 0.15% | 0.53% | - |
| HSV(B) | 136.67º | 0.24% | 0.6% | - |
| XYZ | 22.56 | 28.1 | 24.31 | - |
| YUV | 139.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 127 | 0.24 | 0 | 0.17 | 0.4 | 136.67 | 0.15 | 0.53 |
| Hex | 75 | 99 | 7F | 18 | 0 | 11 | 28 | 89 | F | 35 |
| Octal | 165 | 231 | 177 | 30 | 0 | 21 | 50 | 211 | 17 | 65 |
| Binary | 1110101 | 10011001 | 1111111 | 11000 | 0 | 10001 | 101000 | 10001001 | 1111 | 110101 |
Color Harmonies of #75997F
Complementary color
Monochromatic Colors of #75997F
Black with #75997F
Text Example
Text Example
White with #75997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75997F; }
p { color: rgb(117,153,127); }
H1.HeaderClassName
{
color: #75997F;
}
.AnyTagClassName
{
color: #75997F;
}
</style>
background-color css
<style>
a { background-color: #75997F; }
a { background-color: rgb(117,153,127); }
div.DivClassName
{
background-color: #75997F;
}
.BgClassName
{
background-color: #75997F;
}
</style>
border-color css
<style>
span { border-color: #75997F; }
span { border-color: rgb(117,153,127); }
td.TdClassName
{
border-color: #75997F;
}
.TagClassName
{
border-color: #75997F;
}
</style>