Shades of Oxley #76997F
Tints of Oxley #76997F
RGB
CMYK
RGB Variations
Color information
#76997F (or 0x76997F) is known color: Oxley. HEX triplet: 76, 99 and 7F. RGB value is (118,153,127). Sum of RGB (Red+Green+Blue) = 118+153+127=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #76997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76997F is #896680. Grayscale: #8B8B8B. Windows color (decimal): -9004673 or 8362358. OLE color: 8362358.
HSL color Cylindrical-coordinate representation of color #76997F: hue angle of 135.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76997F is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 127 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.4 |
| HSL | 135.43º | 0.15% | 0.53% | - |
| HSV(B) | 135.43º | 0.23% | 0.6% | - |
| XYZ | 22.69 | 28.17 | 24.32 | - |
| YUV | 139.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 127 | 0.23 | 0 | 0.17 | 0.4 | 135.43 | 0.15 | 0.53 |
| Hex | 76 | 99 | 7F | 17 | 0 | 11 | 28 | 87 | F | 35 |
| Octal | 166 | 231 | 177 | 27 | 0 | 21 | 50 | 207 | 17 | 65 |
| Binary | 1110110 | 10011001 | 1111111 | 10111 | 0 | 10001 | 101000 | 10000111 | 1111 | 110101 |
Color Harmonies of #76997F
Complementary color
Monochromatic Colors of #76997F
Black with #76997F
Text Example
Text Example
White with #76997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76997F; }
p { color: rgb(118,153,127); }
H1.HeaderClassName
{
color: #76997F;
}
.AnyTagClassName
{
color: #76997F;
}
</style>
background-color css
<style>
a { background-color: #76997F; }
a { background-color: rgb(118,153,127); }
div.DivClassName
{
background-color: #76997F;
}
.BgClassName
{
background-color: #76997F;
}
</style>
border-color css
<style>
span { border-color: #76997F; }
span { border-color: rgb(118,153,127); }
td.TdClassName
{
border-color: #76997F;
}
.TagClassName
{
border-color: #76997F;
}
</style>