Shades of Oxley #70A676
Tints of Oxley #70A676
RGB
CMYK
RGB Variations
Color information
#70A676 (or 0x70A676) is known color: Oxley. HEX triplet: 70, A6 and 76. RGB value is (112,166,118). Sum of RGB (Red+Green+Blue) = 112+166+118=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #70A676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A676 is #8F5989. Grayscale: #909090. Windows color (decimal): -9394570 or 7775856. OLE color: 7775856.
HSL color Cylindrical-coordinate representation of color #70A676: hue angle of 126.67º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A676 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 166 | 118 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.35 |
| HSL | 126.67º | 0.23% | 0.55% | - |
| HSV(B) | 126.67º | 0.33% | 0.65% | - |
| XYZ | 23.59 | 32.03 | 22.08 | - |
| YUV | 144.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 118 | 0.33 | 0 | 0.29 | 0.35 | 126.67 | 0.23 | 0.55 |
| Hex | 70 | A6 | 76 | 21 | 0 | 1D | 23 | 7F | 17 | 37 |
| Octal | 160 | 246 | 166 | 41 | 0 | 35 | 43 | 177 | 27 | 67 |
| Binary | 1110000 | 10100110 | 1110110 | 100001 | 0 | 11101 | 100011 | 1111111 | 10111 | 110111 |
Color Harmonies of #70A676
Complementary color
Monochromatic Colors of #70A676
Black with #70A676
Text Example
Text Example
White with #70A676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A676; }
p { color: rgb(112,166,118); }
H1.HeaderClassName
{
color: #70A676;
}
.AnyTagClassName
{
color: #70A676;
}
</style>
background-color css
<style>
a { background-color: #70A676; }
a { background-color: rgb(112,166,118); }
div.DivClassName
{
background-color: #70A676;
}
.BgClassName
{
background-color: #70A676;
}
</style>
border-color css
<style>
span { border-color: #70A676; }
span { border-color: rgb(112,166,118); }
td.TdClassName
{
border-color: #70A676;
}
.TagClassName
{
border-color: #70A676;
}
</style>