Shades of Oxley #70A278
Tints of Oxley #70A278
RGB
CMYK
RGB Variations
Color information
#70A278 (or 0x70A278) is known color: Oxley. HEX triplet: 70, A2 and 78. RGB value is (112,162,120). Sum of RGB (Red+Green+Blue) = 112+162+120=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #70A278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A278 is #8F5D87. Grayscale: #8E8E8E. Windows color (decimal): -9395592 or 7905904. OLE color: 7905904.
HSL color Cylindrical-coordinate representation of color #70A278: hue angle of 129.6º 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 #70A278 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 120 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.36 |
| HSL | 129.6º | 0.21% | 0.54% | - |
| HSV(B) | 129.6º | 0.31% | 0.64% | - |
| XYZ | 22.99 | 30.64 | 22.47 | - |
| YUV | 142.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 120 | 0.31 | 0 | 0.26 | 0.36 | 129.6 | 0.21 | 0.54 |
| Hex | 70 | A2 | 78 | 1F | 0 | 1A | 24 | 82 | 15 | 36 |
| Octal | 160 | 242 | 170 | 37 | 0 | 32 | 44 | 202 | 25 | 66 |
| Binary | 1110000 | 10100010 | 1111000 | 11111 | 0 | 11010 | 100100 | 10000010 | 10101 | 110110 |
Color Harmonies of #70A278
Complementary color
Monochromatic Colors of #70A278
Black with #70A278
Text Example
Text Example
White with #70A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A278; }
p { color: rgb(112,162,120); }
H1.HeaderClassName
{
color: #70A278;
}
.AnyTagClassName
{
color: #70A278;
}
</style>
background-color css
<style>
a { background-color: #70A278; }
a { background-color: rgb(112,162,120); }
div.DivClassName
{
background-color: #70A278;
}
.BgClassName
{
background-color: #70A278;
}
</style>
border-color css
<style>
span { border-color: #70A278; }
span { border-color: rgb(112,162,120); }
td.TdClassName
{
border-color: #70A278;
}
.TagClassName
{
border-color: #70A278;
}
</style>