Shades of Oxley #7AA97C
Tints of Oxley #7AA97C
RGB
CMYK
RGB Variations
Color information
#7AA97C (or 0x7AA97C) is known color: Oxley. HEX triplet: 7A, A9 and 7C. RGB value is (122,169,124). Sum of RGB (Red+Green+Blue) = 122+169+124=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA97C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA97C is #855683. Grayscale: #959595. Windows color (decimal): -8738436 or 8169850. OLE color: 8169850.
HSL color Cylindrical-coordinate representation of color #7AA97C: hue angle of 122.55º 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 #7AA97C is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 169 | 124 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.34 |
| HSL | 122.55º | 0.21% | 0.57% | - |
| HSV(B) | 122.55º | 0.28% | 0.66% | - |
| XYZ | 25.85 | 33.97 | 24.26 | - |
| YUV | 149.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 124 | 0.28 | 0 | 0.27 | 0.34 | 122.55 | 0.21 | 0.57 |
| Hex | 7A | A9 | 7C | 1C | 0 | 1B | 22 | 7B | 15 | 39 |
| Octal | 172 | 251 | 174 | 34 | 0 | 33 | 42 | 173 | 25 | 71 |
| Binary | 1111010 | 10101001 | 1111100 | 11100 | 0 | 11011 | 100010 | 1111011 | 10101 | 111001 |
Color Harmonies of #7AA97C
Complementary color
Monochromatic Colors of #7AA97C
Black with #7AA97C
Text Example
Text Example
White with #7AA97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA97C; }
p { color: rgb(122,169,124); }
H1.HeaderClassName
{
color: #7AA97C;
}
.AnyTagClassName
{
color: #7AA97C;
}
</style>
background-color css
<style>
a { background-color: #7AA97C; }
a { background-color: rgb(122,169,124); }
div.DivClassName
{
background-color: #7AA97C;
}
.BgClassName
{
background-color: #7AA97C;
}
</style>
border-color css
<style>
span { border-color: #7AA97C; }
span { border-color: rgb(122,169,124); }
td.TdClassName
{
border-color: #7AA97C;
}
.TagClassName
{
border-color: #7AA97C;
}
</style>