Shades of Oxley #76AA7E
Tints of Oxley #76AA7E
RGB
CMYK
RGB Variations
Color information
#76AA7E (or 0x76AA7E) is known color: Oxley. HEX triplet: 76, AA and 7E. RGB value is (118,170,126). Sum of RGB (Red+Green+Blue) = 118+170+126=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA7E is #895581. Grayscale: #959595. Windows color (decimal): -9000322 or 8301174. OLE color: 8301174.
HSL color Cylindrical-coordinate representation of color #76AA7E: hue angle of 129.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AA7E is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 126 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.33 |
| HSL | 129.23º | 0.23% | 0.56% | - |
| HSV(B) | 129.23º | 0.31% | 0.67% | - |
| XYZ | 25.61 | 34.11 | 24.97 | - |
| YUV | 149.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 126 | 0.31 | 0 | 0.26 | 0.33 | 129.23 | 0.23 | 0.56 |
| Hex | 76 | AA | 7E | 1F | 0 | 1A | 21 | 81 | 17 | 38 |
| Octal | 166 | 252 | 176 | 37 | 0 | 32 | 41 | 201 | 27 | 70 |
| Binary | 1110110 | 10101010 | 1111110 | 11111 | 0 | 11010 | 100001 | 10000001 | 10111 | 111000 |
Color Harmonies of #76AA7E
Complementary color
Monochromatic Colors of #76AA7E
Black with #76AA7E
Text Example
Text Example
White with #76AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AA7E; }
p { color: rgb(118,170,126); }
H1.HeaderClassName
{
color: #76AA7E;
}
.AnyTagClassName
{
color: #76AA7E;
}
</style>
background-color css
<style>
a { background-color: #76AA7E; }
a { background-color: rgb(118,170,126); }
div.DivClassName
{
background-color: #76AA7E;
}
.BgClassName
{
background-color: #76AA7E;
}
</style>
border-color css
<style>
span { border-color: #76AA7E; }
span { border-color: rgb(118,170,126); }
td.TdClassName
{
border-color: #76AA7E;
}
.TagClassName
{
border-color: #76AA7E;
}
</style>