Shades of Oxley #76AB7A
Tints of Oxley #76AB7A
RGB
CMYK
RGB Variations
Color information
#76AB7A (or 0x76AB7A) is known color: Oxley. HEX triplet: 76, AB and 7A. RGB value is (118,171,122). Sum of RGB (Red+Green+Blue) = 118+171+122=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB7A is #895485. Grayscale: #959595. Windows color (decimal): -9000070 or 8039286. OLE color: 8039286.
HSL color Cylindrical-coordinate representation of color #76AB7A: hue angle of 124.53º 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 #76AB7A is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 171 | 122 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.33 |
| HSL | 124.53º | 0.24% | 0.57% | - |
| HSV(B) | 124.53º | 0.31% | 0.67% | - |
| XYZ | 25.55 | 34.38 | 23.7 | - |
| YUV | 149.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 122 | 0.31 | 0 | 0.29 | 0.33 | 124.53 | 0.24 | 0.57 |
| Hex | 76 | AB | 7A | 1F | 0 | 1D | 21 | 7D | 18 | 39 |
| Octal | 166 | 253 | 172 | 37 | 0 | 35 | 41 | 175 | 30 | 71 |
| Binary | 1110110 | 10101011 | 1111010 | 11111 | 0 | 11101 | 100001 | 1111101 | 11000 | 111001 |
Color Harmonies of #76AB7A
Complementary color
Monochromatic Colors of #76AB7A
Black with #76AB7A
Text Example
Text Example
White with #76AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AB7A; }
p { color: rgb(118,171,122); }
H1.HeaderClassName
{
color: #76AB7A;
}
.AnyTagClassName
{
color: #76AB7A;
}
</style>
background-color css
<style>
a { background-color: #76AB7A; }
a { background-color: rgb(118,171,122); }
div.DivClassName
{
background-color: #76AB7A;
}
.BgClassName
{
background-color: #76AB7A;
}
</style>
border-color css
<style>
span { border-color: #76AB7A; }
span { border-color: rgb(118,171,122); }
td.TdClassName
{
border-color: #76AB7A;
}
.TagClassName
{
border-color: #76AB7A;
}
</style>