Shades of Oxley #76A680
Tints of Oxley #76A680
RGB
CMYK
RGB Variations
Color information
#76A680 (or 0x76A680) is known color: Oxley. HEX triplet: 76, A6 and 80. RGB value is (118,166,128). Sum of RGB (Red+Green+Blue) = 118+166+128=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 166 - color contains mainly: green. Hex color #76A680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A680 is #89597F. Grayscale: #939393. Windows color (decimal): -9001344 or 8431222. OLE color: 8431222.
HSL color Cylindrical-coordinate representation of color #76A680: hue angle of 132.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76A680 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 128 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.35 |
| HSL | 132.5º | 0.21% | 0.56% | - |
| HSV(B) | 132.5º | 0.29% | 0.65% | - |
| XYZ | 25 | 32.68 | 25.41 | - |
| YUV | 147.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 128 | 0.29 | 0 | 0.23 | 0.35 | 132.5 | 0.21 | 0.56 |
| Hex | 76 | A6 | 80 | 1D | 0 | 17 | 23 | 84 | 15 | 38 |
| Octal | 166 | 246 | 200 | 35 | 0 | 27 | 43 | 204 | 25 | 70 |
| Binary | 1110110 | 10100110 | 10000000 | 11101 | 0 | 10111 | 100011 | 10000100 | 10101 | 111000 |
Color Harmonies of #76A680
Complementary color
Monochromatic Colors of #76A680
Black with #76A680
Text Example
Text Example
White with #76A680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A680; }
p { color: rgb(118,166,128); }
H1.HeaderClassName
{
color: #76A680;
}
.AnyTagClassName
{
color: #76A680;
}
</style>
background-color css
<style>
a { background-color: #76A680; }
a { background-color: rgb(118,166,128); }
div.DivClassName
{
background-color: #76A680;
}
.BgClassName
{
background-color: #76A680;
}
</style>
border-color css
<style>
span { border-color: #76A680; }
span { border-color: rgb(118,166,128); }
td.TdClassName
{
border-color: #76A680;
}
.TagClassName
{
border-color: #76A680;
}
</style>