Shades of Oxley #70A977
Tints of Oxley #70A977
RGB
CMYK
RGB Variations
Color information
#70A977 (or 0x70A977) is known color: Oxley. HEX triplet: 70, A9 and 77. RGB value is (112,169,119). Sum of RGB (Red+Green+Blue) = 112+169+119=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #70A977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A977 is #8F5688. Grayscale: #929292. Windows color (decimal): -9393801 or 7842160. OLE color: 7842160.
HSL color Cylindrical-coordinate representation of color #70A977: hue angle of 127.37º 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 #70A977 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 169 | 119 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.34 |
| HSL | 127.37º | 0.25% | 0.55% | - |
| HSV(B) | 127.37º | 0.34% | 0.66% | - |
| XYZ | 24.2 | 33.15 | 22.58 | - |
| YUV | 146.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 119 | 0.34 | 0 | 0.30 | 0.34 | 127.37 | 0.25 | 0.55 |
| Hex | 70 | A9 | 77 | 22 | 0 | 1E | 22 | 7F | 19 | 37 |
| Octal | 160 | 251 | 167 | 42 | 0 | 36 | 42 | 177 | 31 | 67 |
| Binary | 1110000 | 10101001 | 1110111 | 100010 | 0 | 11110 | 100010 | 1111111 | 11001 | 110111 |
Color Harmonies of #70A977
Complementary color
Monochromatic Colors of #70A977
Black with #70A977
Text Example
Text Example
White with #70A977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A977; }
p { color: rgb(112,169,119); }
H1.HeaderClassName
{
color: #70A977;
}
.AnyTagClassName
{
color: #70A977;
}
</style>
background-color css
<style>
a { background-color: #70A977; }
a { background-color: rgb(112,169,119); }
div.DivClassName
{
background-color: #70A977;
}
.BgClassName
{
background-color: #70A977;
}
</style>
border-color css
<style>
span { border-color: #70A977; }
span { border-color: rgb(112,169,119); }
td.TdClassName
{
border-color: #70A977;
}
.TagClassName
{
border-color: #70A977;
}
</style>