Shades of Oxley #70A677
Tints of Oxley #70A677
RGB
CMYK
RGB Variations
Color information
#70A677 (or 0x70A677) is known color: Oxley. HEX triplet: 70, A6 and 77. RGB value is (112,166,119). Sum of RGB (Red+Green+Blue) = 112+166+119=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #70A677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A677 is #8F5988. Grayscale: #909090. Windows color (decimal): -9394569 or 7841392. OLE color: 7841392.
HSL color Cylindrical-coordinate representation of color #70A677: hue angle of 127.78º 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 #70A677 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 166 | 119 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.35 |
| HSL | 127.78º | 0.23% | 0.55% | - |
| HSV(B) | 127.78º | 0.33% | 0.65% | - |
| XYZ | 23.65 | 32.05 | 22.39 | - |
| YUV | 144.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 119 | 0.33 | 0 | 0.28 | 0.35 | 127.78 | 0.23 | 0.55 |
| Hex | 70 | A6 | 77 | 21 | 0 | 1C | 23 | 80 | 17 | 37 |
| Octal | 160 | 246 | 167 | 41 | 0 | 34 | 43 | 200 | 27 | 67 |
| Binary | 1110000 | 10100110 | 1110111 | 100001 | 0 | 11100 | 100011 | 10000000 | 10111 | 110111 |
Color Harmonies of #70A677
Complementary color
Monochromatic Colors of #70A677
Black with #70A677
Text Example
Text Example
White with #70A677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A677; }
p { color: rgb(112,166,119); }
H1.HeaderClassName
{
color: #70A677;
}
.AnyTagClassName
{
color: #70A677;
}
</style>
background-color css
<style>
a { background-color: #70A677; }
a { background-color: rgb(112,166,119); }
div.DivClassName
{
background-color: #70A677;
}
.BgClassName
{
background-color: #70A677;
}
</style>
border-color css
<style>
span { border-color: #70A677; }
span { border-color: rgb(112,166,119); }
td.TdClassName
{
border-color: #70A677;
}
.TagClassName
{
border-color: #70A677;
}
</style>