Shades of Oxley #70A27C
Tints of Oxley #70A27C
RGB
CMYK
RGB Variations
Color information
#70A27C (or 0x70A27C) is known color: Oxley. HEX triplet: 70, A2 and 7C. RGB value is (112,162,124). Sum of RGB (Red+Green+Blue) = 112+162+124=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #70A27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A27C is #8F5D83. Grayscale: #8E8E8E. Windows color (decimal): -9395588 or 8168048. OLE color: 8168048.
HSL color Cylindrical-coordinate representation of color #70A27C: hue angle of 134.4º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A27C is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 124 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.36 |
| HSL | 134.4º | 0.21% | 0.54% | - |
| HSV(B) | 134.4º | 0.31% | 0.64% | - |
| XYZ | 23.24 | 30.74 | 23.78 | - |
| YUV | 142.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 124 | 0.31 | 0 | 0.23 | 0.36 | 134.4 | 0.21 | 0.54 |
| Hex | 70 | A2 | 7C | 1F | 0 | 17 | 24 | 86 | 15 | 36 |
| Octal | 160 | 242 | 174 | 37 | 0 | 27 | 44 | 206 | 25 | 66 |
| Binary | 1110000 | 10100010 | 1111100 | 11111 | 0 | 10111 | 100100 | 10000110 | 10101 | 110110 |
Color Harmonies of #70A27C
Complementary color
Monochromatic Colors of #70A27C
Black with #70A27C
Text Example
Text Example
White with #70A27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A27C; }
p { color: rgb(112,162,124); }
H1.HeaderClassName
{
color: #70A27C;
}
.AnyTagClassName
{
color: #70A27C;
}
</style>
background-color css
<style>
a { background-color: #70A27C; }
a { background-color: rgb(112,162,124); }
div.DivClassName
{
background-color: #70A27C;
}
.BgClassName
{
background-color: #70A27C;
}
</style>
border-color css
<style>
span { border-color: #70A27C; }
span { border-color: rgb(112,162,124); }
td.TdClassName
{
border-color: #70A27C;
}
.TagClassName
{
border-color: #70A27C;
}
</style>