Shades of Oxley #76987F
Tints of Oxley #76987F
RGB
CMYK
RGB Variations
Color information
#76987F (or 0x76987F) is known color: Oxley. HEX triplet: 76, 98 and 7F. RGB value is (118,152,127). Sum of RGB (Red+Green+Blue) = 118+152+127=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #76987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76987F is #896780. Grayscale: #8B8B8B. Windows color (decimal): -9004929 or 8362102. OLE color: 8362102.
HSL color Cylindrical-coordinate representation of color #76987F: hue angle of 135.88º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76987F is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 127 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.40 |
| HSL | 135.88º | 0.14% | 0.53% | - |
| HSV(B) | 135.88º | 0.22% | 0.6% | - |
| XYZ | 22.53 | 27.84 | 24.26 | - |
| YUV | 138.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 127 | 0.22 | 0 | 0.16 | 0.40 | 135.88 | 0.14 | 0.53 |
| Hex | 76 | 98 | 7F | 16 | 0 | 10 | 28 | 88 | E | 35 |
| Octal | 166 | 230 | 177 | 26 | 0 | 20 | 50 | 210 | 16 | 65 |
| Binary | 1110110 | 10011000 | 1111111 | 10110 | 0 | 10000 | 101000 | 10001000 | 1110 | 110101 |
Color Harmonies of #76987F
Complementary color
Monochromatic Colors of #76987F
Black with #76987F
Text Example
Text Example
White with #76987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76987F; }
p { color: rgb(118,152,127); }
H1.HeaderClassName
{
color: #76987F;
}
.AnyTagClassName
{
color: #76987F;
}
</style>
background-color css
<style>
a { background-color: #76987F; }
a { background-color: rgb(118,152,127); }
div.DivClassName
{
background-color: #76987F;
}
.BgClassName
{
background-color: #76987F;
}
</style>
border-color css
<style>
span { border-color: #76987F; }
span { border-color: rgb(118,152,127); }
td.TdClassName
{
border-color: #76987F;
}
.TagClassName
{
border-color: #76987F;
}
</style>