Shades of Oxley #70987B
Tints of Oxley #70987B
RGB
CMYK
RGB Variations
Color information
#70987B (or 0x70987B) is known color: Oxley. HEX triplet: 70, 98 and 7B. RGB value is (112,152,123). Sum of RGB (Red+Green+Blue) = 112+152+123=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #70987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70987B is #8F6784. Grayscale: #888888. Windows color (decimal): -9398149 or 8099952. OLE color: 8099952.
HSL color Cylindrical-coordinate representation of color #70987B: hue angle of 136.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70987B is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 123 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.40 |
| HSL | 136.5º | 0.16% | 0.52% | - |
| HSV(B) | 136.5º | 0.26% | 0.6% | - |
| XYZ | 21.49 | 27.33 | 22.88 | - |
| YUV | 136.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 123 | 0.26 | 0 | 0.19 | 0.40 | 136.5 | 0.16 | 0.52 |
| Hex | 70 | 98 | 7B | 1A | 0 | 13 | 28 | 88 | 10 | 34 |
| Octal | 160 | 230 | 173 | 32 | 0 | 23 | 50 | 210 | 20 | 64 |
| Binary | 1110000 | 10011000 | 1111011 | 11010 | 0 | 10011 | 101000 | 10001000 | 10000 | 110100 |
Color Harmonies of #70987B
Complementary color
Monochromatic Colors of #70987B
Black with #70987B
Text Example
Text Example
White with #70987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70987B; }
p { color: rgb(112,152,123); }
H1.HeaderClassName
{
color: #70987B;
}
.AnyTagClassName
{
color: #70987B;
}
</style>
background-color css
<style>
a { background-color: #70987B; }
a { background-color: rgb(112,152,123); }
div.DivClassName
{
background-color: #70987B;
}
.BgClassName
{
background-color: #70987B;
}
</style>
border-color css
<style>
span { border-color: #70987B; }
span { border-color: rgb(112,152,123); }
td.TdClassName
{
border-color: #70987B;
}
.TagClassName
{
border-color: #70987B;
}
</style>