Shades of Oxley #7AA47C
Tints of Oxley #7AA47C
RGB
CMYK
RGB Variations
Color information
#7AA47C (or 0x7AA47C) is known color: Oxley. HEX triplet: 7A, A4 and 7C. RGB value is (122,164,124). Sum of RGB (Red+Green+Blue) = 122+164+124=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA47C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA47C is #855B83. Grayscale: #939393. Windows color (decimal): -8739716 or 8168570. OLE color: 8168570.
HSL color Cylindrical-coordinate representation of color #7AA47C: hue angle of 122.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA47C is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 124 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.36 |
| HSL | 122.86º | 0.19% | 0.56% | - |
| HSV(B) | 122.86º | 0.26% | 0.64% | - |
| XYZ | 24.94 | 32.14 | 23.96 | - |
| YUV | 146.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 124 | 0.26 | 0 | 0.24 | 0.36 | 122.86 | 0.19 | 0.56 |
| Hex | 7A | A4 | 7C | 1A | 0 | 18 | 24 | 7B | 13 | 38 |
| Octal | 172 | 244 | 174 | 32 | 0 | 30 | 44 | 173 | 23 | 70 |
| Binary | 1111010 | 10100100 | 1111100 | 11010 | 0 | 11000 | 100100 | 1111011 | 10011 | 111000 |
Color Harmonies of #7AA47C
Complementary color
Monochromatic Colors of #7AA47C
Black with #7AA47C
Text Example
Text Example
White with #7AA47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA47C; }
p { color: rgb(122,164,124); }
H1.HeaderClassName
{
color: #7AA47C;
}
.AnyTagClassName
{
color: #7AA47C;
}
</style>
background-color css
<style>
a { background-color: #7AA47C; }
a { background-color: rgb(122,164,124); }
div.DivClassName
{
background-color: #7AA47C;
}
.BgClassName
{
background-color: #7AA47C;
}
</style>
border-color css
<style>
span { border-color: #7AA47C; }
span { border-color: rgb(122,164,124); }
td.TdClassName
{
border-color: #7AA47C;
}
.TagClassName
{
border-color: #7AA47C;
}
</style>