Shades of Oxley #76AC7A
Tints of Oxley #76AC7A
RGB
CMYK
RGB Variations
Color information
#76AC7A (or 0x76AC7A) is known color: Oxley. HEX triplet: 76, AC and 7A. RGB value is (118,172,122). Sum of RGB (Red+Green+Blue) = 118+172+122=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC7A is #895385. Grayscale: #969696. Windows color (decimal): -8999814 or 8039542. OLE color: 8039542.
HSL color Cylindrical-coordinate representation of color #76AC7A: hue angle of 124.44º degrees, saturation: 0.25, 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 #76AC7A is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 172 | 122 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.33 |
| HSL | 124.44º | 0.25% | 0.57% | - |
| HSV(B) | 124.44º | 0.31% | 0.67% | - |
| XYZ | 25.74 | 34.76 | 23.77 | - |
| YUV | 150.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 122 | 0.31 | 0 | 0.29 | 0.33 | 124.44 | 0.25 | 0.57 |
| Hex | 76 | AC | 7A | 1F | 0 | 1D | 21 | 7C | 19 | 39 |
| Octal | 166 | 254 | 172 | 37 | 0 | 35 | 41 | 174 | 31 | 71 |
| Binary | 1110110 | 10101100 | 1111010 | 11111 | 0 | 11101 | 100001 | 1111100 | 11001 | 111001 |
Color Harmonies of #76AC7A
Complementary color
Monochromatic Colors of #76AC7A
Black with #76AC7A
Text Example
Text Example
White with #76AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AC7A; }
p { color: rgb(118,172,122); }
H1.HeaderClassName
{
color: #76AC7A;
}
.AnyTagClassName
{
color: #76AC7A;
}
</style>
background-color css
<style>
a { background-color: #76AC7A; }
a { background-color: rgb(118,172,122); }
div.DivClassName
{
background-color: #76AC7A;
}
.BgClassName
{
background-color: #76AC7A;
}
</style>
border-color css
<style>
span { border-color: #76AC7A; }
span { border-color: rgb(118,172,122); }
td.TdClassName
{
border-color: #76AC7A;
}
.TagClassName
{
border-color: #76AC7A;
}
</style>