Shades of Oxley #70977F
Tints of Oxley #70977F
RGB
CMYK
RGB Variations
Color information
#70977F (or 0x70977F) is known color: Oxley. HEX triplet: 70, 97 and 7F. RGB value is (112,151,127). Sum of RGB (Red+Green+Blue) = 112+151+127=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 151 - color contains mainly: green. Hex color #70977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70977F is #8F6880. Grayscale: #888888. Windows color (decimal): -9398401 or 8361840. OLE color: 8361840.
HSL color Cylindrical-coordinate representation of color #70977F: hue angle of 143.08º 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 #70977F is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 151 | 127 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.41 |
| HSL | 143.08º | 0.16% | 0.52% | - |
| HSV(B) | 143.08º | 0.26% | 0.59% | - |
| XYZ | 21.58 | 27.11 | 24.17 | - |
| YUV | 136.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 127 | 0.26 | 0 | 0.16 | 0.41 | 143.08 | 0.16 | 0.52 |
| Hex | 70 | 97 | 7F | 1A | 0 | 10 | 29 | 8F | 10 | 34 |
| Octal | 160 | 227 | 177 | 32 | 0 | 20 | 51 | 217 | 20 | 64 |
| Binary | 1110000 | 10010111 | 1111111 | 11010 | 0 | 10000 | 101001 | 10001111 | 10000 | 110100 |
Color Harmonies of #70977F
Complementary color
Monochromatic Colors of #70977F
Black with #70977F
Text Example
Text Example
White with #70977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70977F; }
p { color: rgb(112,151,127); }
H1.HeaderClassName
{
color: #70977F;
}
.AnyTagClassName
{
color: #70977F;
}
</style>
background-color css
<style>
a { background-color: #70977F; }
a { background-color: rgb(112,151,127); }
div.DivClassName
{
background-color: #70977F;
}
.BgClassName
{
background-color: #70977F;
}
</style>
border-color css
<style>
span { border-color: #70977F; }
span { border-color: rgb(112,151,127); }
td.TdClassName
{
border-color: #70977F;
}
.TagClassName
{
border-color: #70977F;
}
</style>