Shades of Oxley #70AC7D
Tints of Oxley #70AC7D
RGB
CMYK
RGB Variations
Color information
#70AC7D (or 0x70AC7D) is known color: Oxley. HEX triplet: 70, AC and 7D. RGB value is (112,172,125). Sum of RGB (Red+Green+Blue) = 112+172+125=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC7D is #8F5382. Grayscale: #949494. Windows color (decimal): -9393027 or 8236144. OLE color: 8236144.
HSL color Cylindrical-coordinate representation of color #70AC7D: hue angle of 133º 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 #70AC7D is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 125 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.33 |
| HSL | 133º | 0.27% | 0.56% | - |
| HSV(B) | 133º | 0.35% | 0.67% | - |
| XYZ | 25.14 | 34.43 | 24.72 | - |
| YUV | 148.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 125 | 0.35 | 0 | 0.27 | 0.33 | 133 | 0.27 | 0.56 |
| Hex | 70 | AC | 7D | 23 | 0 | 1B | 21 | 85 | 1B | 38 |
| Octal | 160 | 254 | 175 | 43 | 0 | 33 | 41 | 205 | 33 | 70 |
| Binary | 1110000 | 10101100 | 1111101 | 100011 | 0 | 11011 | 100001 | 10000101 | 11011 | 111000 |
Color Harmonies of #70AC7D
Complementary color
Monochromatic Colors of #70AC7D
Black with #70AC7D
Text Example
Text Example
White with #70AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC7D; }
p { color: rgb(112,172,125); }
H1.HeaderClassName
{
color: #70AC7D;
}
.AnyTagClassName
{
color: #70AC7D;
}
</style>
background-color css
<style>
a { background-color: #70AC7D; }
a { background-color: rgb(112,172,125); }
div.DivClassName
{
background-color: #70AC7D;
}
.BgClassName
{
background-color: #70AC7D;
}
</style>
border-color css
<style>
span { border-color: #70AC7D; }
span { border-color: rgb(112,172,125); }
td.TdClassName
{
border-color: #70AC7D;
}
.TagClassName
{
border-color: #70AC7D;
}
</style>