Shades of Oxley #75A779
Tints of Oxley #75A779
RGB
CMYK
RGB Variations
Color information
#75A779 (or 0x75A779) is known color: Oxley. HEX triplet: 75, A7 and 79. RGB value is (117,167,121). Sum of RGB (Red+Green+Blue) = 117+167+121=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 167 - color contains mainly: green. Hex color #75A779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A779 is #8A5886. Grayscale: #929292. Windows color (decimal): -9066631 or 7972725. OLE color: 7972725.
HSL color Cylindrical-coordinate representation of color #75A779: hue angle of 124.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A779 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 167 | 121 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.35 |
| HSL | 124.8º | 0.22% | 0.56% | - |
| HSV(B) | 124.8º | 0.3% | 0.65% | - |
| XYZ | 24.61 | 32.8 | 23.12 | - |
| YUV | 146.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 167 | 121 | 0.30 | 0 | 0.28 | 0.35 | 124.8 | 0.22 | 0.56 |
| Hex | 75 | A7 | 79 | 1E | 0 | 1C | 23 | 7D | 16 | 38 |
| Octal | 165 | 247 | 171 | 36 | 0 | 34 | 43 | 175 | 26 | 70 |
| Binary | 1110101 | 10100111 | 1111001 | 11110 | 0 | 11100 | 100011 | 1111101 | 10110 | 111000 |
Color Harmonies of #75A779
Complementary color
Monochromatic Colors of #75A779
Black with #75A779
Text Example
Text Example
White with #75A779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A779; }
p { color: rgb(117,167,121); }
H1.HeaderClassName
{
color: #75A779;
}
.AnyTagClassName
{
color: #75A779;
}
</style>
background-color css
<style>
a { background-color: #75A779; }
a { background-color: rgb(117,167,121); }
div.DivClassName
{
background-color: #75A779;
}
.BgClassName
{
background-color: #75A779;
}
</style>
border-color css
<style>
span { border-color: #75A779; }
span { border-color: rgb(117,167,121); }
td.TdClassName
{
border-color: #75A779;
}
.TagClassName
{
border-color: #75A779;
}
</style>