Shades of Oxley #70977B
Tints of Oxley #70977B
RGB
CMYK
RGB Variations
Color information
#70977B (or 0x70977B) is known color: Oxley. HEX triplet: 70, 97 and 7B. RGB value is (112,151,123). Sum of RGB (Red+Green+Blue) = 112+151+123=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #70977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70977B is #8F6884. Grayscale: #888888. Windows color (decimal): -9398405 or 8099696. OLE color: 8099696.
HSL color Cylindrical-coordinate representation of color #70977B: hue angle of 136.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70977B is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 151 | 123 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.41 |
| HSL | 136.92º | 0.16% | 0.52% | - |
| HSV(B) | 136.92º | 0.26% | 0.59% | - |
| XYZ | 21.32 | 27.01 | 22.83 | - |
| YUV | 136.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 123 | 0.26 | 0 | 0.19 | 0.41 | 136.92 | 0.16 | 0.52 |
| Hex | 70 | 97 | 7B | 1A | 0 | 13 | 29 | 89 | 10 | 34 |
| Octal | 160 | 227 | 173 | 32 | 0 | 23 | 51 | 211 | 20 | 64 |
| Binary | 1110000 | 10010111 | 1111011 | 11010 | 0 | 10011 | 101001 | 10001001 | 10000 | 110100 |
Color Harmonies of #70977B
Complementary color
Monochromatic Colors of #70977B
Black with #70977B
Text Example
Text Example
White with #70977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70977B; }
p { color: rgb(112,151,123); }
H1.HeaderClassName
{
color: #70977B;
}
.AnyTagClassName
{
color: #70977B;
}
</style>
background-color css
<style>
a { background-color: #70977B; }
a { background-color: rgb(112,151,123); }
div.DivClassName
{
background-color: #70977B;
}
.BgClassName
{
background-color: #70977B;
}
</style>
border-color css
<style>
span { border-color: #70977B; }
span { border-color: rgb(112,151,123); }
td.TdClassName
{
border-color: #70977B;
}
.TagClassName
{
border-color: #70977B;
}
</style>