Shades of Oxley #70AA76
Tints of Oxley #70AA76
RGB
CMYK
RGB Variations
Color information
#70AA76 (or 0x70AA76) is known color: Oxley. HEX triplet: 70, AA and 76. RGB value is (112,170,118). Sum of RGB (Red+Green+Blue) = 112+170+118=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA76 is #8F5589. Grayscale: #929292. Windows color (decimal): -9393546 or 7776880. OLE color: 7776880.
HSL color Cylindrical-coordinate representation of color #70AA76: hue angle of 126.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AA76 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 118 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.33 |
| HSL | 126.21º | 0.25% | 0.55% | - |
| HSV(B) | 126.21º | 0.34% | 0.67% | - |
| XYZ | 24.33 | 33.5 | 22.32 | - |
| YUV | 146.73 | 111.78 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 118 | 0.34 | 0 | 0.31 | 0.33 | 126.21 | 0.25 | 0.55 |
| Hex | 70 | AA | 76 | 22 | 0 | 1F | 21 | 7E | 19 | 37 |
| Octal | 160 | 252 | 166 | 42 | 0 | 37 | 41 | 176 | 31 | 67 |
| Binary | 1110000 | 10101010 | 1110110 | 100010 | 0 | 11111 | 100001 | 1111110 | 11001 | 110111 |
Color Harmonies of #70AA76
Complementary color
Monochromatic Colors of #70AA76
Black with #70AA76
Text Example
Text Example
White with #70AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AA76; }
p { color: rgb(112,170,118); }
H1.HeaderClassName
{
color: #70AA76;
}
.AnyTagClassName
{
color: #70AA76;
}
</style>
background-color css
<style>
a { background-color: #70AA76; }
a { background-color: rgb(112,170,118); }
div.DivClassName
{
background-color: #70AA76;
}
.BgClassName
{
background-color: #70AA76;
}
</style>
border-color css
<style>
span { border-color: #70AA76; }
span { border-color: rgb(112,170,118); }
td.TdClassName
{
border-color: #70AA76;
}
.TagClassName
{
border-color: #70AA76;
}
</style>