Shades of Oxley #76967C
Tints of Oxley #76967C
RGB
CMYK
RGB Variations
Color information
#76967C (or 0x76967C) is known color: Oxley. HEX triplet: 76, 96 and 7C. RGB value is (118,150,124). Sum of RGB (Red+Green+Blue) = 118+150+124=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #76967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76967C is #896983. Grayscale: #898989. Windows color (decimal): -9005444 or 8164982. OLE color: 8164982.
HSL color Cylindrical-coordinate representation of color #76967C: hue angle of 131.25º 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 #76967C is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 124 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.41 |
| HSL | 131.25º | 0.13% | 0.53% | - |
| HSV(B) | 131.25º | 0.21% | 0.59% | - |
| XYZ | 22.02 | 27.12 | 23.14 | - |
| YUV | 137.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 124 | 0.21 | 0 | 0.17 | 0.41 | 131.25 | 0.13 | 0.53 |
| Hex | 76 | 96 | 7C | 15 | 0 | 11 | 29 | 83 | D | 35 |
| Octal | 166 | 226 | 174 | 25 | 0 | 21 | 51 | 203 | 15 | 65 |
| Binary | 1110110 | 10010110 | 1111100 | 10101 | 0 | 10001 | 101001 | 10000011 | 1101 | 110101 |
Color Harmonies of #76967C
Complementary color
Monochromatic Colors of #76967C
Black with #76967C
Text Example
Text Example
White with #76967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76967C; }
p { color: rgb(118,150,124); }
H1.HeaderClassName
{
color: #76967C;
}
.AnyTagClassName
{
color: #76967C;
}
</style>
background-color css
<style>
a { background-color: #76967C; }
a { background-color: rgb(118,150,124); }
div.DivClassName
{
background-color: #76967C;
}
.BgClassName
{
background-color: #76967C;
}
</style>
border-color css
<style>
span { border-color: #76967C; }
span { border-color: rgb(118,150,124); }
td.TdClassName
{
border-color: #76967C;
}
.TagClassName
{
border-color: #76967C;
}
</style>