Shades of Oxley #70A27D
Tints of Oxley #70A27D
RGB
CMYK
RGB Variations
Color information
#70A27D (or 0x70A27D) is known color: Oxley. HEX triplet: 70, A2 and 7D. RGB value is (112,162,125). Sum of RGB (Red+Green+Blue) = 112+162+125=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #70A27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A27D is #8F5D82. Grayscale: #8E8E8E. Windows color (decimal): -9395587 or 8233584. OLE color: 8233584.
HSL color Cylindrical-coordinate representation of color #70A27D: hue angle of 135.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A27D is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 125 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.36 |
| HSL | 135.6º | 0.21% | 0.54% | - |
| HSV(B) | 135.6º | 0.31% | 0.64% | - |
| XYZ | 23.3 | 30.77 | 24.11 | - |
| YUV | 142.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 125 | 0.31 | 0 | 0.23 | 0.36 | 135.6 | 0.21 | 0.54 |
| Hex | 70 | A2 | 7D | 1F | 0 | 17 | 24 | 88 | 15 | 36 |
| Octal | 160 | 242 | 175 | 37 | 0 | 27 | 44 | 210 | 25 | 66 |
| Binary | 1110000 | 10100010 | 1111101 | 11111 | 0 | 10111 | 100100 | 10001000 | 10101 | 110110 |
Color Harmonies of #70A27D
Complementary color
Monochromatic Colors of #70A27D
Black with #70A27D
Text Example
Text Example
White with #70A27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A27D; }
p { color: rgb(112,162,125); }
H1.HeaderClassName
{
color: #70A27D;
}
.AnyTagClassName
{
color: #70A27D;
}
</style>
background-color css
<style>
a { background-color: #70A27D; }
a { background-color: rgb(112,162,125); }
div.DivClassName
{
background-color: #70A27D;
}
.BgClassName
{
background-color: #70A27D;
}
</style>
border-color css
<style>
span { border-color: #70A27D; }
span { border-color: rgb(112,162,125); }
td.TdClassName
{
border-color: #70A27D;
}
.TagClassName
{
border-color: #70A27D;
}
</style>