Shades of Oxley #76967F
Tints of Oxley #76967F
RGB
CMYK
RGB Variations
Color information
#76967F (or 0x76967F) is known color: Oxley. HEX triplet: 76, 96 and 7F. RGB value is (118,150,127). Sum of RGB (Red+Green+Blue) = 118+150+127=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #76967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76967F is #896980. Grayscale: #898989. Windows color (decimal): -9005441 or 8361590. OLE color: 8361590.
HSL color Cylindrical-coordinate representation of color #76967F: hue angle of 136.88º 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 #76967F is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 127 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.41 |
| HSL | 136.88º | 0.13% | 0.53% | - |
| HSV(B) | 136.88º | 0.21% | 0.59% | - |
| XYZ | 22.21 | 27.2 | 24.16 | - |
| YUV | 137.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 127 | 0.21 | 0 | 0.15 | 0.41 | 136.88 | 0.13 | 0.53 |
| Hex | 76 | 96 | 7F | 15 | 0 | F | 29 | 89 | D | 35 |
| Octal | 166 | 226 | 177 | 25 | 0 | 17 | 51 | 211 | 15 | 65 |
| Binary | 1110110 | 10010110 | 1111111 | 10101 | 0 | 1111 | 101001 | 10001001 | 1101 | 110101 |
Color Harmonies of #76967F
Complementary color
Monochromatic Colors of #76967F
Black with #76967F
Text Example
Text Example
White with #76967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76967F; }
p { color: rgb(118,150,127); }
H1.HeaderClassName
{
color: #76967F;
}
.AnyTagClassName
{
color: #76967F;
}
</style>
background-color css
<style>
a { background-color: #76967F; }
a { background-color: rgb(118,150,127); }
div.DivClassName
{
background-color: #76967F;
}
.BgClassName
{
background-color: #76967F;
}
</style>
border-color css
<style>
span { border-color: #76967F; }
span { border-color: rgb(118,150,127); }
td.TdClassName
{
border-color: #76967F;
}
.TagClassName
{
border-color: #76967F;
}
</style>