Shades of Oxley #70AB78
Tints of Oxley #70AB78
RGB
CMYK
RGB Variations
Color information
#70AB78 (or 0x70AB78) is known color: Oxley. HEX triplet: 70, AB and 78. RGB value is (112,171,120). Sum of RGB (Red+Green+Blue) = 112+171+120=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB78 is #8F5487. Grayscale: #939393. Windows color (decimal): -9393288 or 7908208. OLE color: 7908208.
HSL color Cylindrical-coordinate representation of color #70AB78: hue angle of 128.14º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AB78 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 120 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.33 |
| HSL | 128.14º | 0.26% | 0.55% | - |
| HSV(B) | 128.14º | 0.35% | 0.67% | - |
| XYZ | 24.64 | 33.93 | 23.02 | - |
| YUV | 147.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 120 | 0.35 | 0 | 0.30 | 0.33 | 128.14 | 0.26 | 0.55 |
| Hex | 70 | AB | 78 | 23 | 0 | 1E | 21 | 80 | 1A | 37 |
| Octal | 160 | 253 | 170 | 43 | 0 | 36 | 41 | 200 | 32 | 67 |
| Binary | 1110000 | 10101011 | 1111000 | 100011 | 0 | 11110 | 100001 | 10000000 | 11010 | 110111 |
Color Harmonies of #70AB78
Complementary color
Monochromatic Colors of #70AB78
Black with #70AB78
Text Example
Text Example
White with #70AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB78; }
p { color: rgb(112,171,120); }
H1.HeaderClassName
{
color: #70AB78;
}
.AnyTagClassName
{
color: #70AB78;
}
</style>
background-color css
<style>
a { background-color: #70AB78; }
a { background-color: rgb(112,171,120); }
div.DivClassName
{
background-color: #70AB78;
}
.BgClassName
{
background-color: #70AB78;
}
</style>
border-color css
<style>
span { border-color: #70AB78; }
span { border-color: rgb(112,171,120); }
td.TdClassName
{
border-color: #70AB78;
}
.TagClassName
{
border-color: #70AB78;
}
</style>