Shades of Oxley #76A37F
Tints of Oxley #76A37F
RGB
CMYK
RGB Variations
Color information
#76A37F (or 0x76A37F) is known color: Oxley. HEX triplet: 76, A3 and 7F. RGB value is (118,163,127). Sum of RGB (Red+Green+Blue) = 118+163+127=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 163 - color contains mainly: green. Hex color #76A37F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A37F is #895C80. Grayscale: #919191. Windows color (decimal): -9002113 or 8364918. OLE color: 8364918.
HSL color Cylindrical-coordinate representation of color #76A37F: hue angle of 132º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A37F is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 163 | 127 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.36 |
| HSL | 132º | 0.2% | 0.55% | - |
| HSV(B) | 132º | 0.28% | 0.64% | - |
| XYZ | 24.4 | 31.58 | 24.89 | - |
| YUV | 145.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 163 | 127 | 0.28 | 0 | 0.22 | 0.36 | 132 | 0.2 | 0.55 |
| Hex | 76 | A3 | 7F | 1C | 0 | 16 | 24 | 84 | 14 | 37 |
| Octal | 166 | 243 | 177 | 34 | 0 | 26 | 44 | 204 | 24 | 67 |
| Binary | 1110110 | 10100011 | 1111111 | 11100 | 0 | 10110 | 100100 | 10000100 | 10100 | 110111 |
Color Harmonies of #76A37F
Complementary color
Monochromatic Colors of #76A37F
Black with #76A37F
Text Example
Text Example
White with #76A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A37F; }
p { color: rgb(118,163,127); }
H1.HeaderClassName
{
color: #76A37F;
}
.AnyTagClassName
{
color: #76A37F;
}
</style>
background-color css
<style>
a { background-color: #76A37F; }
a { background-color: rgb(118,163,127); }
div.DivClassName
{
background-color: #76A37F;
}
.BgClassName
{
background-color: #76A37F;
}
</style>
border-color css
<style>
span { border-color: #76A37F; }
span { border-color: rgb(118,163,127); }
td.TdClassName
{
border-color: #76A37F;
}
.TagClassName
{
border-color: #76A37F;
}
</style>