Shades of Oxley #70AA7A
Tints of Oxley #70AA7A
RGB
CMYK
RGB Variations
Color information
#70AA7A (or 0x70AA7A) is known color: Oxley. HEX triplet: 70, AA and 7A. RGB value is (112,170,122). Sum of RGB (Red+Green+Blue) = 112+170+122=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA7A is #8F5585. Grayscale: #939393. Windows color (decimal): -9393542 or 8039024. OLE color: 8039024.
HSL color Cylindrical-coordinate representation of color #70AA7A: hue angle of 130.34º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AA7A is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 122 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.33 |
| HSL | 130.34º | 0.25% | 0.55% | - |
| HSV(B) | 130.34º | 0.34% | 0.67% | - |
| XYZ | 24.57 | 33.6 | 23.6 | - |
| YUV | 147.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 122 | 0.34 | 0 | 0.28 | 0.33 | 130.34 | 0.25 | 0.55 |
| Hex | 70 | AA | 7A | 22 | 0 | 1C | 21 | 82 | 19 | 37 |
| Octal | 160 | 252 | 172 | 42 | 0 | 34 | 41 | 202 | 31 | 67 |
| Binary | 1110000 | 10101010 | 1111010 | 100010 | 0 | 11100 | 100001 | 10000010 | 11001 | 110111 |
Color Harmonies of #70AA7A
Complementary color
Monochromatic Colors of #70AA7A
Black with #70AA7A
Text Example
Text Example
White with #70AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AA7A; }
p { color: rgb(112,170,122); }
H1.HeaderClassName
{
color: #70AA7A;
}
.AnyTagClassName
{
color: #70AA7A;
}
</style>
background-color css
<style>
a { background-color: #70AA7A; }
a { background-color: rgb(112,170,122); }
div.DivClassName
{
background-color: #70AA7A;
}
.BgClassName
{
background-color: #70AA7A;
}
</style>
border-color css
<style>
span { border-color: #70AA7A; }
span { border-color: rgb(112,170,122); }
td.TdClassName
{
border-color: #70AA7A;
}
.TagClassName
{
border-color: #70AA7A;
}
</style>