Shades of Oxley #70AA7B
Tints of Oxley #70AA7B
RGB
CMYK
RGB Variations
Color information
#70AA7B (or 0x70AA7B) is known color: Oxley. HEX triplet: 70, AA and 7B. RGB value is (112,170,123). Sum of RGB (Red+Green+Blue) = 112+170+123=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA7B is #8F5584. Grayscale: #939393. Windows color (decimal): -9393541 or 8104560. OLE color: 8104560.
HSL color Cylindrical-coordinate representation of color #70AA7B: hue angle of 131.38º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AA7B is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 123 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.33 |
| HSL | 131.38º | 0.25% | 0.55% | - |
| HSV(B) | 131.38º | 0.34% | 0.67% | - |
| XYZ | 24.63 | 33.62 | 23.93 | - |
| YUV | 147.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 123 | 0.34 | 0 | 0.28 | 0.33 | 131.38 | 0.25 | 0.55 |
| Hex | 70 | AA | 7B | 22 | 0 | 1C | 21 | 83 | 19 | 37 |
| Octal | 160 | 252 | 173 | 42 | 0 | 34 | 41 | 203 | 31 | 67 |
| Binary | 1110000 | 10101010 | 1111011 | 100010 | 0 | 11100 | 100001 | 10000011 | 11001 | 110111 |
Color Harmonies of #70AA7B
Complementary color
Monochromatic Colors of #70AA7B
Black with #70AA7B
Text Example
Text Example
White with #70AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AA7B; }
p { color: rgb(112,170,123); }
H1.HeaderClassName
{
color: #70AA7B;
}
.AnyTagClassName
{
color: #70AA7B;
}
</style>
background-color css
<style>
a { background-color: #70AA7B; }
a { background-color: rgb(112,170,123); }
div.DivClassName
{
background-color: #70AA7B;
}
.BgClassName
{
background-color: #70AA7B;
}
</style>
border-color css
<style>
span { border-color: #70AA7B; }
span { border-color: rgb(112,170,123); }
td.TdClassName
{
border-color: #70AA7B;
}
.TagClassName
{
border-color: #70AA7B;
}
</style>