Shades of Oxley #70AC7B
Tints of Oxley #70AC7B
RGB
CMYK
RGB Variations
Color information
#70AC7B (or 0x70AC7B) is known color: Oxley. HEX triplet: 70, AC and 7B. RGB value is (112,172,123). Sum of RGB (Red+Green+Blue) = 112+172+123=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC7B is #8F5384. Grayscale: #949494. Windows color (decimal): -9393029 or 8105072. OLE color: 8105072.
HSL color Cylindrical-coordinate representation of color #70AC7B: hue angle of 131º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AC7B is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 123 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.33 |
| HSL | 131º | 0.27% | 0.56% | - |
| HSV(B) | 131º | 0.35% | 0.67% | - |
| XYZ | 25.01 | 34.38 | 24.06 | - |
| YUV | 148.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 123 | 0.35 | 0 | 0.28 | 0.33 | 131 | 0.27 | 0.56 |
| Hex | 70 | AC | 7B | 23 | 0 | 1C | 21 | 83 | 1B | 38 |
| Octal | 160 | 254 | 173 | 43 | 0 | 34 | 41 | 203 | 33 | 70 |
| Binary | 1110000 | 10101100 | 1111011 | 100011 | 0 | 11100 | 100001 | 10000011 | 11011 | 111000 |
Color Harmonies of #70AC7B
Complementary color
Monochromatic Colors of #70AC7B
Black with #70AC7B
Text Example
Text Example
White with #70AC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC7B; }
p { color: rgb(112,172,123); }
H1.HeaderClassName
{
color: #70AC7B;
}
.AnyTagClassName
{
color: #70AC7B;
}
</style>
background-color css
<style>
a { background-color: #70AC7B; }
a { background-color: rgb(112,172,123); }
div.DivClassName
{
background-color: #70AC7B;
}
.BgClassName
{
background-color: #70AC7B;
}
</style>
border-color css
<style>
span { border-color: #70AC7B; }
span { border-color: rgb(112,172,123); }
td.TdClassName
{
border-color: #70AC7B;
}
.TagClassName
{
border-color: #70AC7B;
}
</style>