Shades of Oxley #76AB7C
Tints of Oxley #76AB7C
RGB
CMYK
RGB Variations
Color information
#76AB7C (or 0x76AB7C) is known color: Oxley. HEX triplet: 76, AB and 7C. RGB value is (118,171,124). Sum of RGB (Red+Green+Blue) = 118+171+124=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB7C is #895483. Grayscale: #959595. Windows color (decimal): -9000068 or 8170358. OLE color: 8170358.
HSL color Cylindrical-coordinate representation of color #76AB7C: hue angle of 126.79º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AB7C is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 171 | 124 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.33 |
| HSL | 126.79º | 0.24% | 0.57% | - |
| HSV(B) | 126.79º | 0.31% | 0.67% | - |
| XYZ | 25.67 | 34.43 | 24.36 | - |
| YUV | 149.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 124 | 0.31 | 0 | 0.27 | 0.33 | 126.79 | 0.24 | 0.57 |
| Hex | 76 | AB | 7C | 1F | 0 | 1B | 21 | 7F | 18 | 39 |
| Octal | 166 | 253 | 174 | 37 | 0 | 33 | 41 | 177 | 30 | 71 |
| Binary | 1110110 | 10101011 | 1111100 | 11111 | 0 | 11011 | 100001 | 1111111 | 11000 | 111001 |
Color Harmonies of #76AB7C
Complementary color
Monochromatic Colors of #76AB7C
Black with #76AB7C
Text Example
Text Example
White with #76AB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AB7C; }
p { color: rgb(118,171,124); }
H1.HeaderClassName
{
color: #76AB7C;
}
.AnyTagClassName
{
color: #76AB7C;
}
</style>
background-color css
<style>
a { background-color: #76AB7C; }
a { background-color: rgb(118,171,124); }
div.DivClassName
{
background-color: #76AB7C;
}
.BgClassName
{
background-color: #76AB7C;
}
</style>
border-color css
<style>
span { border-color: #76AB7C; }
span { border-color: rgb(118,171,124); }
td.TdClassName
{
border-color: #76AB7C;
}
.TagClassName
{
border-color: #76AB7C;
}
</style>