Shades of Oxley #70A97A
Tints of Oxley #70A97A
RGB
CMYK
RGB Variations
Color information
#70A97A (or 0x70A97A) is known color: Oxley. HEX triplet: 70, A9 and 7A. RGB value is (112,169,122). Sum of RGB (Red+Green+Blue) = 112+169+122=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #70A97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A97A is #8F5685. Grayscale: #929292. Windows color (decimal): -9393798 or 8038768. OLE color: 8038768.
HSL color Cylindrical-coordinate representation of color #70A97A: hue angle of 130.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A97A is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 169 | 122 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.34 |
| HSL | 130.53º | 0.25% | 0.55% | - |
| HSV(B) | 130.53º | 0.34% | 0.66% | - |
| XYZ | 24.38 | 33.23 | 23.54 | - |
| YUV | 146.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 122 | 0.34 | 0 | 0.28 | 0.34 | 130.53 | 0.25 | 0.55 |
| Hex | 70 | A9 | 7A | 22 | 0 | 1C | 22 | 83 | 19 | 37 |
| Octal | 160 | 251 | 172 | 42 | 0 | 34 | 42 | 203 | 31 | 67 |
| Binary | 1110000 | 10101001 | 1111010 | 100010 | 0 | 11100 | 100010 | 10000011 | 11001 | 110111 |
Color Harmonies of #70A97A
Complementary color
Monochromatic Colors of #70A97A
Black with #70A97A
Text Example
Text Example
White with #70A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A97A; }
p { color: rgb(112,169,122); }
H1.HeaderClassName
{
color: #70A97A;
}
.AnyTagClassName
{
color: #70A97A;
}
</style>
background-color css
<style>
a { background-color: #70A97A; }
a { background-color: rgb(112,169,122); }
div.DivClassName
{
background-color: #70A97A;
}
.BgClassName
{
background-color: #70A97A;
}
</style>
border-color css
<style>
span { border-color: #70A97A; }
span { border-color: rgb(112,169,122); }
td.TdClassName
{
border-color: #70A97A;
}
.TagClassName
{
border-color: #70A97A;
}
</style>