Shades of Oxley #70AC7C
Tints of Oxley #70AC7C
RGB
CMYK
RGB Variations
Color information
#70AC7C (or 0x70AC7C) is known color: Oxley. HEX triplet: 70, AC and 7C. RGB value is (112,172,124). Sum of RGB (Red+Green+Blue) = 112+172+124=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC7C is #8F5383. Grayscale: #949494. Windows color (decimal): -9393028 or 8170608. OLE color: 8170608.
HSL color Cylindrical-coordinate representation of color #70AC7C: hue angle of 132º 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 #70AC7C is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 124 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.33 |
| HSL | 132º | 0.27% | 0.56% | - |
| HSV(B) | 132º | 0.35% | 0.67% | - |
| XYZ | 25.07 | 34.41 | 24.39 | - |
| YUV | 148.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 124 | 0.35 | 0 | 0.28 | 0.33 | 132 | 0.27 | 0.56 |
| Hex | 70 | AC | 7C | 23 | 0 | 1C | 21 | 84 | 1B | 38 |
| Octal | 160 | 254 | 174 | 43 | 0 | 34 | 41 | 204 | 33 | 70 |
| Binary | 1110000 | 10101100 | 1111100 | 100011 | 0 | 11100 | 100001 | 10000100 | 11011 | 111000 |
Color Harmonies of #70AC7C
Complementary color
Monochromatic Colors of #70AC7C
Black with #70AC7C
Text Example
Text Example
White with #70AC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC7C; }
p { color: rgb(112,172,124); }
H1.HeaderClassName
{
color: #70AC7C;
}
.AnyTagClassName
{
color: #70AC7C;
}
</style>
background-color css
<style>
a { background-color: #70AC7C; }
a { background-color: rgb(112,172,124); }
div.DivClassName
{
background-color: #70AC7C;
}
.BgClassName
{
background-color: #70AC7C;
}
</style>
border-color css
<style>
span { border-color: #70AC7C; }
span { border-color: rgb(112,172,124); }
td.TdClassName
{
border-color: #70AC7C;
}
.TagClassName
{
border-color: #70AC7C;
}
</style>