Shades of Oxley #76967E
Tints of Oxley #76967E
RGB
CMYK
RGB Variations
Color information
#76967E (or 0x76967E) is known color: Oxley. HEX triplet: 76, 96 and 7E. RGB value is (118,150,126). Sum of RGB (Red+Green+Blue) = 118+150+126=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #76967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76967E is #896981. Grayscale: #898989. Windows color (decimal): -9005442 or 8296054. OLE color: 8296054.
HSL color Cylindrical-coordinate representation of color #76967E: hue angle of 135º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76967E is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 126 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.41 |
| HSL | 135º | 0.13% | 0.53% | - |
| HSV(B) | 135º | 0.21% | 0.59% | - |
| XYZ | 22.14 | 27.17 | 23.82 | - |
| YUV | 137.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 126 | 0.21 | 0 | 0.16 | 0.41 | 135 | 0.13 | 0.53 |
| Hex | 76 | 96 | 7E | 15 | 0 | 10 | 29 | 87 | D | 35 |
| Octal | 166 | 226 | 176 | 25 | 0 | 20 | 51 | 207 | 15 | 65 |
| Binary | 1110110 | 10010110 | 1111110 | 10101 | 0 | 10000 | 101001 | 10000111 | 1101 | 110101 |
Color Harmonies of #76967E
Complementary color
Monochromatic Colors of #76967E
Black with #76967E
Text Example
Text Example
White with #76967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76967E; }
p { color: rgb(118,150,126); }
H1.HeaderClassName
{
color: #76967E;
}
.AnyTagClassName
{
color: #76967E;
}
</style>
background-color css
<style>
a { background-color: #76967E; }
a { background-color: rgb(118,150,126); }
div.DivClassName
{
background-color: #76967E;
}
.BgClassName
{
background-color: #76967E;
}
</style>
border-color css
<style>
span { border-color: #76967E; }
span { border-color: rgb(118,150,126); }
td.TdClassName
{
border-color: #76967E;
}
.TagClassName
{
border-color: #76967E;
}
</style>