Shades of Oxley #70A47F
Tints of Oxley #70A47F
RGB
CMYK
RGB Variations
Color information
#70A47F (or 0x70A47F) is known color: Oxley. HEX triplet: 70, A4 and 7F. RGB value is (112,164,127). Sum of RGB (Red+Green+Blue) = 112+164+127=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #70A47F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A47F is #8F5B80. Grayscale: #909090. Windows color (decimal): -9395073 or 8365168. OLE color: 8365168.
HSL color Cylindrical-coordinate representation of color #70A47F: hue angle of 137.31º 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 #70A47F is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 164 | 127 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.36 |
| HSL | 137.31º | 0.22% | 0.54% | - |
| HSV(B) | 137.31º | 0.32% | 0.64% | - |
| XYZ | 23.79 | 31.53 | 24.91 | - |
| YUV | 144.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 127 | 0.32 | 0 | 0.23 | 0.36 | 137.31 | 0.22 | 0.54 |
| Hex | 70 | A4 | 7F | 20 | 0 | 17 | 24 | 89 | 16 | 36 |
| Octal | 160 | 244 | 177 | 40 | 0 | 27 | 44 | 211 | 26 | 66 |
| Binary | 1110000 | 10100100 | 1111111 | 100000 | 0 | 10111 | 100100 | 10001001 | 10110 | 110110 |
Color Harmonies of #70A47F
Complementary color
Monochromatic Colors of #70A47F
Black with #70A47F
Text Example
Text Example
White with #70A47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A47F; }
p { color: rgb(112,164,127); }
H1.HeaderClassName
{
color: #70A47F;
}
.AnyTagClassName
{
color: #70A47F;
}
</style>
background-color css
<style>
a { background-color: #70A47F; }
a { background-color: rgb(112,164,127); }
div.DivClassName
{
background-color: #70A47F;
}
.BgClassName
{
background-color: #70A47F;
}
</style>
border-color css
<style>
span { border-color: #70A47F; }
span { border-color: rgb(112,164,127); }
td.TdClassName
{
border-color: #70A47F;
}
.TagClassName
{
border-color: #70A47F;
}
</style>