Shades of Oxley #70977C
Tints of Oxley #70977C
RGB
CMYK
RGB Variations
Color information
#70977C (or 0x70977C) is known color: Oxley. HEX triplet: 70, 97 and 7C. RGB value is (112,151,124). Sum of RGB (Red+Green+Blue) = 112+151+124=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #70977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70977C is #8F6883. Grayscale: #888888. Windows color (decimal): -9398404 or 8165232. OLE color: 8165232.
HSL color Cylindrical-coordinate representation of color #70977C: hue angle of 138.46º 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 #70977C is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 151 | 124 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.41 |
| HSL | 138.46º | 0.16% | 0.52% | - |
| HSV(B) | 138.46º | 0.26% | 0.59% | - |
| XYZ | 21.39 | 27.03 | 23.16 | - |
| YUV | 136.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 124 | 0.26 | 0 | 0.18 | 0.41 | 138.46 | 0.16 | 0.52 |
| Hex | 70 | 97 | 7C | 1A | 0 | 12 | 29 | 8A | 10 | 34 |
| Octal | 160 | 227 | 174 | 32 | 0 | 22 | 51 | 212 | 20 | 64 |
| Binary | 1110000 | 10010111 | 1111100 | 11010 | 0 | 10010 | 101001 | 10001010 | 10000 | 110100 |
Color Harmonies of #70977C
Complementary color
Monochromatic Colors of #70977C
Black with #70977C
Text Example
Text Example
White with #70977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70977C; }
p { color: rgb(112,151,124); }
H1.HeaderClassName
{
color: #70977C;
}
.AnyTagClassName
{
color: #70977C;
}
</style>
background-color css
<style>
a { background-color: #70977C; }
a { background-color: rgb(112,151,124); }
div.DivClassName
{
background-color: #70977C;
}
.BgClassName
{
background-color: #70977C;
}
</style>
border-color css
<style>
span { border-color: #70977C; }
span { border-color: rgb(112,151,124); }
td.TdClassName
{
border-color: #70977C;
}
.TagClassName
{
border-color: #70977C;
}
</style>