Shades of Oxley #7AA07B
Tints of Oxley #7AA07B
RGB
CMYK
RGB Variations
Color information
#7AA07B (or 0x7AA07B) is known color: Oxley. HEX triplet: 7A, A0 and 7B. RGB value is (122,160,123). Sum of RGB (Red+Green+Blue) = 122+160+123=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA07B is #855F84. Grayscale: #909090. Windows color (decimal): -8740741 or 8102010. OLE color: 8102010.
HSL color Cylindrical-coordinate representation of color #7AA07B: hue angle of 121.58º 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 #7AA07B is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 123 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.37 |
| HSL | 121.58º | 0.17% | 0.55% | - |
| HSV(B) | 121.58º | 0.24% | 0.63% | - |
| XYZ | 24.17 | 30.71 | 23.39 | - |
| YUV | 144.42 | 115.91 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 123 | 0.24 | 0 | 0.23 | 0.37 | 121.58 | 0.17 | 0.55 |
| Hex | 7A | A0 | 7B | 18 | 0 | 17 | 25 | 7A | 11 | 37 |
| Octal | 172 | 240 | 173 | 30 | 0 | 27 | 45 | 172 | 21 | 67 |
| Binary | 1111010 | 10100000 | 1111011 | 11000 | 0 | 10111 | 100101 | 1111010 | 10001 | 110111 |
Color Harmonies of #7AA07B
Complementary color
Monochromatic Colors of #7AA07B
Black with #7AA07B
Text Example
Text Example
White with #7AA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA07B; }
p { color: rgb(122,160,123); }
H1.HeaderClassName
{
color: #7AA07B;
}
.AnyTagClassName
{
color: #7AA07B;
}
</style>
background-color css
<style>
a { background-color: #7AA07B; }
a { background-color: rgb(122,160,123); }
div.DivClassName
{
background-color: #7AA07B;
}
.BgClassName
{
background-color: #7AA07B;
}
</style>
border-color css
<style>
span { border-color: #7AA07B; }
span { border-color: rgb(122,160,123); }
td.TdClassName
{
border-color: #7AA07B;
}
.TagClassName
{
border-color: #7AA07B;
}
</style>