Shades of Oxley #7AA97E
Tints of Oxley #7AA97E
RGB
CMYK
RGB Variations
Color information
#7AA97E (or 0x7AA97E) is known color: Oxley. HEX triplet: 7A, A9 and 7E. RGB value is (122,169,126). Sum of RGB (Red+Green+Blue) = 122+169+126=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA97E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA97E is #855681. Grayscale: #969696. Windows color (decimal): -8738434 or 8300922. OLE color: 8300922.
HSL color Cylindrical-coordinate representation of color #7AA97E: hue angle of 125.11º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AA97E is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 169 | 126 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.34 |
| HSL | 125.11º | 0.21% | 0.57% | - |
| HSV(B) | 125.11º | 0.28% | 0.66% | - |
| XYZ | 25.98 | 34.02 | 24.94 | - |
| YUV | 150.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 126 | 0.28 | 0 | 0.25 | 0.34 | 125.11 | 0.21 | 0.57 |
| Hex | 7A | A9 | 7E | 1C | 0 | 19 | 22 | 7D | 15 | 39 |
| Octal | 172 | 251 | 176 | 34 | 0 | 31 | 42 | 175 | 25 | 71 |
| Binary | 1111010 | 10101001 | 1111110 | 11100 | 0 | 11001 | 100010 | 1111101 | 10101 | 111001 |
Color Harmonies of #7AA97E
Complementary color
Monochromatic Colors of #7AA97E
Black with #7AA97E
Text Example
Text Example
White with #7AA97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA97E; }
p { color: rgb(122,169,126); }
H1.HeaderClassName
{
color: #7AA97E;
}
.AnyTagClassName
{
color: #7AA97E;
}
</style>
background-color css
<style>
a { background-color: #7AA97E; }
a { background-color: rgb(122,169,126); }
div.DivClassName
{
background-color: #7AA97E;
}
.BgClassName
{
background-color: #7AA97E;
}
</style>
border-color css
<style>
span { border-color: #7AA97E; }
span { border-color: rgb(122,169,126); }
td.TdClassName
{
border-color: #7AA97E;
}
.TagClassName
{
border-color: #7AA97E;
}
</style>