Shades of Oxley #76A17B
Tints of Oxley #76A17B
RGB
CMYK
RGB Variations
Color information
#76A17B (or 0x76A17B) is known color: Oxley. HEX triplet: 76, A1 and 7B. RGB value is (118,161,123). Sum of RGB (Red+Green+Blue) = 118+161+123=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 161 - color contains mainly: green. Hex color #76A17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A17B is #895E84. Grayscale: #8F8F8F. Windows color (decimal): -9002629 or 8102262. OLE color: 8102262.
HSL color Cylindrical-coordinate representation of color #76A17B: hue angle of 126.98º 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 #76A17B is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 161 | 123 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.37 |
| HSL | 126.98º | 0.19% | 0.55% | - |
| HSV(B) | 126.98º | 0.27% | 0.63% | - |
| XYZ | 23.79 | 30.77 | 23.42 | - |
| YUV | 143.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 123 | 0.27 | 0 | 0.24 | 0.37 | 126.98 | 0.19 | 0.55 |
| Hex | 76 | A1 | 7B | 1B | 0 | 18 | 25 | 7F | 13 | 37 |
| Octal | 166 | 241 | 173 | 33 | 0 | 30 | 45 | 177 | 23 | 67 |
| Binary | 1110110 | 10100001 | 1111011 | 11011 | 0 | 11000 | 100101 | 1111111 | 10011 | 110111 |
Color Harmonies of #76A17B
Complementary color
Monochromatic Colors of #76A17B
Black with #76A17B
Text Example
Text Example
White with #76A17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A17B; }
p { color: rgb(118,161,123); }
H1.HeaderClassName
{
color: #76A17B;
}
.AnyTagClassName
{
color: #76A17B;
}
</style>
background-color css
<style>
a { background-color: #76A17B; }
a { background-color: rgb(118,161,123); }
div.DivClassName
{
background-color: #76A17B;
}
.BgClassName
{
background-color: #76A17B;
}
</style>
border-color css
<style>
span { border-color: #76A17B; }
span { border-color: rgb(118,161,123); }
td.TdClassName
{
border-color: #76A17B;
}
.TagClassName
{
border-color: #76A17B;
}
</style>