Shades of Oxley #76A37E
Tints of Oxley #76A37E
RGB
CMYK
RGB Variations
Color information
#76A37E (or 0x76A37E) is known color: Oxley. HEX triplet: 76, A3 and 7E. RGB value is (118,163,126). Sum of RGB (Red+Green+Blue) = 118+163+126=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #76A37E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A37E is #895C81. Grayscale: #919191. Windows color (decimal): -9002114 or 8299382. OLE color: 8299382.
HSL color Cylindrical-coordinate representation of color #76A37E: hue angle of 130.67º 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 #76A37E is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 163 | 126 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.36 |
| HSL | 130.67º | 0.2% | 0.55% | - |
| HSV(B) | 130.67º | 0.28% | 0.64% | - |
| XYZ | 24.33 | 31.55 | 24.55 | - |
| YUV | 145.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 163 | 126 | 0.28 | 0 | 0.23 | 0.36 | 130.67 | 0.2 | 0.55 |
| Hex | 76 | A3 | 7E | 1C | 0 | 17 | 24 | 83 | 14 | 37 |
| Octal | 166 | 243 | 176 | 34 | 0 | 27 | 44 | 203 | 24 | 67 |
| Binary | 1110110 | 10100011 | 1111110 | 11100 | 0 | 10111 | 100100 | 10000011 | 10100 | 110111 |
Color Harmonies of #76A37E
Complementary color
Monochromatic Colors of #76A37E
Black with #76A37E
Text Example
Text Example
White with #76A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A37E; }
p { color: rgb(118,163,126); }
H1.HeaderClassName
{
color: #76A37E;
}
.AnyTagClassName
{
color: #76A37E;
}
</style>
background-color css
<style>
a { background-color: #76A37E; }
a { background-color: rgb(118,163,126); }
div.DivClassName
{
background-color: #76A37E;
}
.BgClassName
{
background-color: #76A37E;
}
</style>
border-color css
<style>
span { border-color: #76A37E; }
span { border-color: rgb(118,163,126); }
td.TdClassName
{
border-color: #76A37E;
}
.TagClassName
{
border-color: #76A37E;
}
</style>