Shades of Oxley #70A97B
Tints of Oxley #70A97B
RGB
CMYK
RGB Variations
Color information
#70A97B (or 0x70A97B) is known color: Oxley. HEX triplet: 70, A9 and 7B. RGB value is (112,169,123). Sum of RGB (Red+Green+Blue) = 112+169+123=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 169 - color contains mainly: green. Hex color #70A97B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A97B is #8F5684. Grayscale: #929292. Windows color (decimal): -9393797 or 8104304. OLE color: 8104304.
HSL color Cylindrical-coordinate representation of color #70A97B: hue angle of 131.58º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A97B is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 169 | 123 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.34 |
| HSL | 131.58º | 0.25% | 0.55% | - |
| HSV(B) | 131.58º | 0.34% | 0.66% | - |
| XYZ | 24.45 | 33.25 | 23.87 | - |
| YUV | 146.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 123 | 0.34 | 0 | 0.27 | 0.34 | 131.58 | 0.25 | 0.55 |
| Hex | 70 | A9 | 7B | 22 | 0 | 1B | 22 | 84 | 19 | 37 |
| Octal | 160 | 251 | 173 | 42 | 0 | 33 | 42 | 204 | 31 | 67 |
| Binary | 1110000 | 10101001 | 1111011 | 100010 | 0 | 11011 | 100010 | 10000100 | 11001 | 110111 |
Color Harmonies of #70A97B
Complementary color
Monochromatic Colors of #70A97B
Black with #70A97B
Text Example
Text Example
White with #70A97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A97B; }
p { color: rgb(112,169,123); }
H1.HeaderClassName
{
color: #70A97B;
}
.AnyTagClassName
{
color: #70A97B;
}
</style>
background-color css
<style>
a { background-color: #70A97B; }
a { background-color: rgb(112,169,123); }
div.DivClassName
{
background-color: #70A97B;
}
.BgClassName
{
background-color: #70A97B;
}
</style>
border-color css
<style>
span { border-color: #70A97B; }
span { border-color: rgb(112,169,123); }
td.TdClassName
{
border-color: #70A97B;
}
.TagClassName
{
border-color: #70A97B;
}
</style>