Shades of Oxley #7AA07F
Tints of Oxley #7AA07F
RGB
CMYK
RGB Variations
Color information
#7AA07F (or 0x7AA07F) is known color: Oxley. HEX triplet: 7A, A0 and 7F. RGB value is (122,160,127). Sum of RGB (Red+Green+Blue) = 122+160+127=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA07F is #855F80. Grayscale: #909090. Windows color (decimal): -8740737 or 8364154. OLE color: 8364154.
HSL color Cylindrical-coordinate representation of color #7AA07F: hue angle of 127.89º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7AA07F is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 127 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.37 |
| HSL | 127.89º | 0.17% | 0.55% | - |
| HSV(B) | 127.89º | 0.24% | 0.63% | - |
| XYZ | 24.43 | 30.81 | 24.74 | - |
| YUV | 144.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 127 | 0.24 | 0 | 0.21 | 0.37 | 127.89 | 0.17 | 0.55 |
| Hex | 7A | A0 | 7F | 18 | 0 | 15 | 25 | 80 | 11 | 37 |
| Octal | 172 | 240 | 177 | 30 | 0 | 25 | 45 | 200 | 21 | 67 |
| Binary | 1111010 | 10100000 | 1111111 | 11000 | 0 | 10101 | 100101 | 10000000 | 10001 | 110111 |
Color Harmonies of #7AA07F
Complementary color
Monochromatic Colors of #7AA07F
Black with #7AA07F
Text Example
Text Example
White with #7AA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA07F; }
p { color: rgb(122,160,127); }
H1.HeaderClassName
{
color: #7AA07F;
}
.AnyTagClassName
{
color: #7AA07F;
}
</style>
background-color css
<style>
a { background-color: #7AA07F; }
a { background-color: rgb(122,160,127); }
div.DivClassName
{
background-color: #7AA07F;
}
.BgClassName
{
background-color: #7AA07F;
}
</style>
border-color css
<style>
span { border-color: #7AA07F; }
span { border-color: rgb(122,160,127); }
td.TdClassName
{
border-color: #7AA07F;
}
.TagClassName
{
border-color: #7AA07F;
}
</style>