Shades of Oxley #76957F
Tints of Oxley #76957F
RGB
CMYK
RGB Variations
Color information
#76957F (or 0x76957F) is known color: Oxley. HEX triplet: 76, 95 and 7F. RGB value is (118,149,127). Sum of RGB (Red+Green+Blue) = 118+149+127=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #76957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76957F is #896A80. Grayscale: #898989. Windows color (decimal): -9005697 or 8361334. OLE color: 8361334.
HSL color Cylindrical-coordinate representation of color #76957F: hue angle of 137.42º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76957F is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 127 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.42 |
| HSL | 137.42º | 0.13% | 0.52% | - |
| HSV(B) | 137.42º | 0.21% | 0.58% | - |
| XYZ | 22.05 | 26.88 | 24.1 | - |
| YUV | 137.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 127 | 0.21 | 0 | 0.15 | 0.42 | 137.42 | 0.13 | 0.52 |
| Hex | 76 | 95 | 7F | 15 | 0 | F | 2A | 89 | D | 34 |
| Octal | 166 | 225 | 177 | 25 | 0 | 17 | 52 | 211 | 15 | 64 |
| Binary | 1110110 | 10010101 | 1111111 | 10101 | 0 | 1111 | 101010 | 10001001 | 1101 | 110100 |
Color Harmonies of #76957F
Complementary color
Monochromatic Colors of #76957F
Black with #76957F
Text Example
Text Example
White with #76957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76957F; }
p { color: rgb(118,149,127); }
H1.HeaderClassName
{
color: #76957F;
}
.AnyTagClassName
{
color: #76957F;
}
</style>
background-color css
<style>
a { background-color: #76957F; }
a { background-color: rgb(118,149,127); }
div.DivClassName
{
background-color: #76957F;
}
.BgClassName
{
background-color: #76957F;
}
</style>
border-color css
<style>
span { border-color: #76957F; }
span { border-color: rgb(118,149,127); }
td.TdClassName
{
border-color: #76957F;
}
.TagClassName
{
border-color: #76957F;
}
</style>