Shades of Oxley #70A17A
Tints of Oxley #70A17A
RGB
CMYK
RGB Variations
Color information
#70A17A (or 0x70A17A) is known color: Oxley. HEX triplet: 70, A1 and 7A. RGB value is (112,161,122). Sum of RGB (Red+Green+Blue) = 112+161+122=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #70A17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A17A is #8F5E85. Grayscale: #8E8E8E. Windows color (decimal): -9395846 or 8036720. OLE color: 8036720.
HSL color Cylindrical-coordinate representation of color #70A17A: hue angle of 132.24º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A17A is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 122 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.37 |
| HSL | 132.24º | 0.21% | 0.54% | - |
| HSV(B) | 132.24º | 0.3% | 0.63% | - |
| XYZ | 22.94 | 30.34 | 23.06 | - |
| YUV | 141.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 122 | 0.30 | 0 | 0.24 | 0.37 | 132.24 | 0.21 | 0.54 |
| Hex | 70 | A1 | 7A | 1E | 0 | 18 | 25 | 84 | 15 | 36 |
| Octal | 160 | 241 | 172 | 36 | 0 | 30 | 45 | 204 | 25 | 66 |
| Binary | 1110000 | 10100001 | 1111010 | 11110 | 0 | 11000 | 100101 | 10000100 | 10101 | 110110 |
Color Harmonies of #70A17A
Complementary color
Monochromatic Colors of #70A17A
Black with #70A17A
Text Example
Text Example
White with #70A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A17A; }
p { color: rgb(112,161,122); }
H1.HeaderClassName
{
color: #70A17A;
}
.AnyTagClassName
{
color: #70A17A;
}
</style>
background-color css
<style>
a { background-color: #70A17A; }
a { background-color: rgb(112,161,122); }
div.DivClassName
{
background-color: #70A17A;
}
.BgClassName
{
background-color: #70A17A;
}
</style>
border-color css
<style>
span { border-color: #70A17A; }
span { border-color: rgb(112,161,122); }
td.TdClassName
{
border-color: #70A17A;
}
.TagClassName
{
border-color: #70A17A;
}
</style>