Shades of Oxley #7AAA7D
Tints of Oxley #7AAA7D
RGB
CMYK
RGB Variations
Color information
#7AAA7D (or 0x7AAA7D) is known color: Oxley. HEX triplet: 7A, AA and 7D. RGB value is (122,170,125). Sum of RGB (Red+Green+Blue) = 122+170+125=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA7D is #855582. Grayscale: #969696. Windows color (decimal): -8738179 or 8235642. OLE color: 8235642.
HSL color Cylindrical-coordinate representation of color #7AAA7D: hue angle of 123.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AAA7D is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 125 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.33 |
| HSL | 123.75º | 0.22% | 0.57% | - |
| HSV(B) | 123.75º | 0.28% | 0.67% | - |
| XYZ | 26.1 | 34.37 | 24.66 | - |
| YUV | 150.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 125 | 0.28 | 0 | 0.26 | 0.33 | 123.75 | 0.22 | 0.57 |
| Hex | 7A | AA | 7D | 1C | 0 | 1A | 21 | 7C | 16 | 39 |
| Octal | 172 | 252 | 175 | 34 | 0 | 32 | 41 | 174 | 26 | 71 |
| Binary | 1111010 | 10101010 | 1111101 | 11100 | 0 | 11010 | 100001 | 1111100 | 10110 | 111001 |
Color Harmonies of #7AAA7D
Complementary color
Monochromatic Colors of #7AAA7D
Black with #7AAA7D
Text Example
Text Example
White with #7AAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA7D; }
p { color: rgb(122,170,125); }
H1.HeaderClassName
{
color: #7AAA7D;
}
.AnyTagClassName
{
color: #7AAA7D;
}
</style>
background-color css
<style>
a { background-color: #7AAA7D; }
a { background-color: rgb(122,170,125); }
div.DivClassName
{
background-color: #7AAA7D;
}
.BgClassName
{
background-color: #7AAA7D;
}
</style>
border-color css
<style>
span { border-color: #7AAA7D; }
span { border-color: rgb(122,170,125); }
td.TdClassName
{
border-color: #7AAA7D;
}
.TagClassName
{
border-color: #7AAA7D;
}
</style>