Shades of Oxley #75997B
Tints of Oxley #75997B
RGB
CMYK
RGB Variations
Color information
#75997B (or 0x75997B) is known color: Oxley. HEX triplet: 75, 99 and 7B. RGB value is (117,153,123). Sum of RGB (Red+Green+Blue) = 117+153+123=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #75997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75997B is #8A6684. Grayscale: #8A8A8A. Windows color (decimal): -9070213 or 8100213. OLE color: 8100213.
HSL color Cylindrical-coordinate representation of color #75997B: hue angle of 130º 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 #75997B is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 123 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.4 |
| HSL | 130º | 0.15% | 0.53% | - |
| HSV(B) | 130º | 0.24% | 0.6% | - |
| XYZ | 22.3 | 27.99 | 22.97 | - |
| YUV | 138.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 123 | 0.24 | 0 | 0.20 | 0.4 | 130 | 0.15 | 0.53 |
| Hex | 75 | 99 | 7B | 18 | 0 | 14 | 28 | 82 | F | 35 |
| Octal | 165 | 231 | 173 | 30 | 0 | 24 | 50 | 202 | 17 | 65 |
| Binary | 1110101 | 10011001 | 1111011 | 11000 | 0 | 10100 | 101000 | 10000010 | 1111 | 110101 |
Color Harmonies of #75997B
Complementary color
Monochromatic Colors of #75997B
Black with #75997B
Text Example
Text Example
White with #75997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75997B; }
p { color: rgb(117,153,123); }
H1.HeaderClassName
{
color: #75997B;
}
.AnyTagClassName
{
color: #75997B;
}
</style>
background-color css
<style>
a { background-color: #75997B; }
a { background-color: rgb(117,153,123); }
div.DivClassName
{
background-color: #75997B;
}
.BgClassName
{
background-color: #75997B;
}
</style>
border-color css
<style>
span { border-color: #75997B; }
span { border-color: rgb(117,153,123); }
td.TdClassName
{
border-color: #75997B;
}
.TagClassName
{
border-color: #75997B;
}
</style>