Shades of Oxley #70A87A
Tints of Oxley #70A87A
RGB
CMYK
RGB Variations
Color information
#70A87A (or 0x70A87A) is known color: Oxley. HEX triplet: 70, A8 and 7A. RGB value is (112,168,122). Sum of RGB (Red+Green+Blue) = 112+168+122=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 168 - color contains mainly: green. Hex color #70A87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A87A is #8F5785. Grayscale: #929292. Windows color (decimal): -9394054 or 8038512. OLE color: 8038512.
HSL color Cylindrical-coordinate representation of color #70A87A: hue angle of 130.71º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A87A is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 168 | 122 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.34 |
| HSL | 130.71º | 0.24% | 0.55% | - |
| HSV(B) | 130.71º | 0.33% | 0.66% | - |
| XYZ | 24.2 | 32.86 | 23.48 | - |
| YUV | 146.01 | 114.45 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 122 | 0.33 | 0 | 0.27 | 0.34 | 130.71 | 0.24 | 0.55 |
| Hex | 70 | A8 | 7A | 21 | 0 | 1B | 22 | 83 | 18 | 37 |
| Octal | 160 | 250 | 172 | 41 | 0 | 33 | 42 | 203 | 30 | 67 |
| Binary | 1110000 | 10101000 | 1111010 | 100001 | 0 | 11011 | 100010 | 10000011 | 11000 | 110111 |
Color Harmonies of #70A87A
Complementary color
Monochromatic Colors of #70A87A
Black with #70A87A
Text Example
Text Example
White with #70A87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A87A; }
p { color: rgb(112,168,122); }
H1.HeaderClassName
{
color: #70A87A;
}
.AnyTagClassName
{
color: #70A87A;
}
</style>
background-color css
<style>
a { background-color: #70A87A; }
a { background-color: rgb(112,168,122); }
div.DivClassName
{
background-color: #70A87A;
}
.BgClassName
{
background-color: #70A87A;
}
</style>
border-color css
<style>
span { border-color: #70A87A; }
span { border-color: rgb(112,168,122); }
td.TdClassName
{
border-color: #70A87A;
}
.TagClassName
{
border-color: #70A87A;
}
</style>