Shades of Oxley #76A27E
Tints of Oxley #76A27E
RGB
CMYK
RGB Variations
Color information
#76A27E (or 0x76A27E) is known color: Oxley. HEX triplet: 76, A2 and 7E. RGB value is (118,162,126). Sum of RGB (Red+Green+Blue) = 118+162+126=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #76A27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A27E is #895D81. Grayscale: #909090. Windows color (decimal): -9002370 or 8299126. OLE color: 8299126.
HSL color Cylindrical-coordinate representation of color #76A27E: hue angle of 130.91º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A27E is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 126 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.36 |
| HSL | 130.91º | 0.19% | 0.55% | - |
| HSV(B) | 130.91º | 0.27% | 0.64% | - |
| XYZ | 24.16 | 31.2 | 24.49 | - |
| YUV | 144.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 126 | 0.27 | 0 | 0.22 | 0.36 | 130.91 | 0.19 | 0.55 |
| Hex | 76 | A2 | 7E | 1B | 0 | 16 | 24 | 83 | 13 | 37 |
| Octal | 166 | 242 | 176 | 33 | 0 | 26 | 44 | 203 | 23 | 67 |
| Binary | 1110110 | 10100010 | 1111110 | 11011 | 0 | 10110 | 100100 | 10000011 | 10011 | 110111 |
Color Harmonies of #76A27E
Complementary color
Monochromatic Colors of #76A27E
Black with #76A27E
Text Example
Text Example
White with #76A27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A27E; }
p { color: rgb(118,162,126); }
H1.HeaderClassName
{
color: #76A27E;
}
.AnyTagClassName
{
color: #76A27E;
}
</style>
background-color css
<style>
a { background-color: #76A27E; }
a { background-color: rgb(118,162,126); }
div.DivClassName
{
background-color: #76A27E;
}
.BgClassName
{
background-color: #76A27E;
}
</style>
border-color css
<style>
span { border-color: #76A27E; }
span { border-color: rgb(118,162,126); }
td.TdClassName
{
border-color: #76A27E;
}
.TagClassName
{
border-color: #76A27E;
}
</style>