Shades of Oxley #70A47A
Tints of Oxley #70A47A
RGB
CMYK
RGB Variations
Color information
#70A47A (or 0x70A47A) is known color: Oxley. HEX triplet: 70, A4 and 7A. RGB value is (112,164,122). Sum of RGB (Red+Green+Blue) = 112+164+122=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #70A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A47A is #8F5B85. Grayscale: #8F8F8F. Windows color (decimal): -9395078 or 8037488. OLE color: 8037488.
HSL color Cylindrical-coordinate representation of color #70A47A: hue angle of 131.54º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A47A is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 164 | 122 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.36 |
| HSL | 131.54º | 0.22% | 0.54% | - |
| HSV(B) | 131.54º | 0.32% | 0.64% | - |
| XYZ | 23.47 | 31.4 | 23.24 | - |
| YUV | 143.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 122 | 0.32 | 0 | 0.26 | 0.36 | 131.54 | 0.22 | 0.54 |
| Hex | 70 | A4 | 7A | 20 | 0 | 1A | 24 | 84 | 16 | 36 |
| Octal | 160 | 244 | 172 | 40 | 0 | 32 | 44 | 204 | 26 | 66 |
| Binary | 1110000 | 10100100 | 1111010 | 100000 | 0 | 11010 | 100100 | 10000100 | 10110 | 110110 |
Color Harmonies of #70A47A
Complementary color
Monochromatic Colors of #70A47A
Black with #70A47A
Text Example
Text Example
White with #70A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A47A; }
p { color: rgb(112,164,122); }
H1.HeaderClassName
{
color: #70A47A;
}
.AnyTagClassName
{
color: #70A47A;
}
</style>
background-color css
<style>
a { background-color: #70A47A; }
a { background-color: rgb(112,164,122); }
div.DivClassName
{
background-color: #70A47A;
}
.BgClassName
{
background-color: #70A47A;
}
</style>
border-color css
<style>
span { border-color: #70A47A; }
span { border-color: rgb(112,164,122); }
td.TdClassName
{
border-color: #70A47A;
}
.TagClassName
{
border-color: #70A47A;
}
</style>