Shades of Oxley #70A27F
Tints of Oxley #70A27F
RGB
CMYK
RGB Variations
Color information
#70A27F (or 0x70A27F) is known color: Oxley. HEX triplet: 70, A2 and 7F. RGB value is (112,162,127). Sum of RGB (Red+Green+Blue) = 112+162+127=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #70A27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A27F is #8F5D80. Grayscale: #8F8F8F. Windows color (decimal): -9395585 or 8364656. OLE color: 8364656.
HSL color Cylindrical-coordinate representation of color #70A27F: hue angle of 138º 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 #70A27F is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 127 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.36 |
| HSL | 138º | 0.21% | 0.54% | - |
| HSV(B) | 138º | 0.31% | 0.64% | - |
| XYZ | 23.43 | 30.82 | 24.79 | - |
| YUV | 143.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 127 | 0.31 | 0 | 0.22 | 0.36 | 138 | 0.21 | 0.54 |
| Hex | 70 | A2 | 7F | 1F | 0 | 16 | 24 | 8A | 15 | 36 |
| Octal | 160 | 242 | 177 | 37 | 0 | 26 | 44 | 212 | 25 | 66 |
| Binary | 1110000 | 10100010 | 1111111 | 11111 | 0 | 10110 | 100100 | 10001010 | 10101 | 110110 |
Color Harmonies of #70A27F
Complementary color
Monochromatic Colors of #70A27F
Black with #70A27F
Text Example
Text Example
White with #70A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A27F; }
p { color: rgb(112,162,127); }
H1.HeaderClassName
{
color: #70A27F;
}
.AnyTagClassName
{
color: #70A27F;
}
</style>
background-color css
<style>
a { background-color: #70A27F; }
a { background-color: rgb(112,162,127); }
div.DivClassName
{
background-color: #70A27F;
}
.BgClassName
{
background-color: #70A27F;
}
</style>
border-color css
<style>
span { border-color: #70A27F; }
span { border-color: rgb(112,162,127); }
td.TdClassName
{
border-color: #70A27F;
}
.TagClassName
{
border-color: #70A27F;
}
</style>