Shades of Oxley #76A17C
Tints of Oxley #76A17C
RGB
CMYK
RGB Variations
Color information
#76A17C (or 0x76A17C) is known color: Oxley. HEX triplet: 76, A1 and 7C. RGB value is (118,161,124). Sum of RGB (Red+Green+Blue) = 118+161+124=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #76A17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A17C is #895E83. Grayscale: #909090. Windows color (decimal): -9002628 or 8167798. OLE color: 8167798.
HSL color Cylindrical-coordinate representation of color #76A17C: hue angle of 128.37º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A17C is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 161 | 124 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.37 |
| HSL | 128.37º | 0.19% | 0.55% | - |
| HSV(B) | 128.37º | 0.27% | 0.63% | - |
| XYZ | 23.85 | 30.8 | 23.76 | - |
| YUV | 143.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 124 | 0.27 | 0 | 0.23 | 0.37 | 128.37 | 0.19 | 0.55 |
| Hex | 76 | A1 | 7C | 1B | 0 | 17 | 25 | 80 | 13 | 37 |
| Octal | 166 | 241 | 174 | 33 | 0 | 27 | 45 | 200 | 23 | 67 |
| Binary | 1110110 | 10100001 | 1111100 | 11011 | 0 | 10111 | 100101 | 10000000 | 10011 | 110111 |
Color Harmonies of #76A17C
Complementary color
Monochromatic Colors of #76A17C
Black with #76A17C
Text Example
Text Example
White with #76A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A17C; }
p { color: rgb(118,161,124); }
H1.HeaderClassName
{
color: #76A17C;
}
.AnyTagClassName
{
color: #76A17C;
}
</style>
background-color css
<style>
a { background-color: #76A17C; }
a { background-color: rgb(118,161,124); }
div.DivClassName
{
background-color: #76A17C;
}
.BgClassName
{
background-color: #76A17C;
}
</style>
border-color css
<style>
span { border-color: #76A17C; }
span { border-color: rgb(118,161,124); }
td.TdClassName
{
border-color: #76A17C;
}
.TagClassName
{
border-color: #76A17C;
}
</style>