Shades of Oxley #70A975
Tints of Oxley #70A975
RGB
CMYK
RGB Variations
Color information
#70A975 (or 0x70A975) is known color: Oxley. HEX triplet: 70, A9 and 75. RGB value is (112,169,117). Sum of RGB (Red+Green+Blue) = 112+169+117=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 169 - color contains mainly: green. Hex color #70A975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A975 is #8F568A. Grayscale: #929292. Windows color (decimal): -9393803 or 7711088. OLE color: 7711088.
HSL color Cylindrical-coordinate representation of color #70A975: hue angle of 125.26º 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 #70A975 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 169 | 117 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.34 |
| HSL | 125.26º | 0.25% | 0.55% | - |
| HSV(B) | 125.26º | 0.34% | 0.66% | - |
| XYZ | 24.08 | 33.11 | 21.95 | - |
| YUV | 146.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 117 | 0.34 | 0 | 0.31 | 0.34 | 125.26 | 0.25 | 0.55 |
| Hex | 70 | A9 | 75 | 22 | 0 | 1F | 22 | 7D | 19 | 37 |
| Octal | 160 | 251 | 165 | 42 | 0 | 37 | 42 | 175 | 31 | 67 |
| Binary | 1110000 | 10101001 | 1110101 | 100010 | 0 | 11111 | 100010 | 1111101 | 11001 | 110111 |
Color Harmonies of #70A975
Complementary color
Monochromatic Colors of #70A975
Black with #70A975
Text Example
Text Example
White with #70A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A975; }
p { color: rgb(112,169,117); }
H1.HeaderClassName
{
color: #70A975;
}
.AnyTagClassName
{
color: #70A975;
}
</style>
background-color css
<style>
a { background-color: #70A975; }
a { background-color: rgb(112,169,117); }
div.DivClassName
{
background-color: #70A975;
}
.BgClassName
{
background-color: #70A975;
}
</style>
border-color css
<style>
span { border-color: #70A975; }
span { border-color: rgb(112,169,117); }
td.TdClassName
{
border-color: #70A975;
}
.TagClassName
{
border-color: #70A975;
}
</style>