Shades of Oxley #70967B
Tints of Oxley #70967B
RGB
CMYK
RGB Variations
Color information
#70967B (or 0x70967B) is known color: Oxley. HEX triplet: 70, 96 and 7B. RGB value is (112,150,123). Sum of RGB (Red+Green+Blue) = 112+150+123=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #70967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70967B is #8F6984. Grayscale: #878787. Windows color (decimal): -9398661 or 8099440. OLE color: 8099440.
HSL color Cylindrical-coordinate representation of color #70967B: hue angle of 137.37º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #70967B is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 123 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.41 |
| HSL | 137.37º | 0.15% | 0.51% | - |
| HSV(B) | 137.37º | 0.25% | 0.59% | - |
| XYZ | 21.16 | 26.69 | 22.77 | - |
| YUV | 135.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 123 | 0.25 | 0 | 0.18 | 0.41 | 137.37 | 0.15 | 0.51 |
| Hex | 70 | 96 | 7B | 19 | 0 | 12 | 29 | 89 | F | 33 |
| Octal | 160 | 226 | 173 | 31 | 0 | 22 | 51 | 211 | 17 | 63 |
| Binary | 1110000 | 10010110 | 1111011 | 11001 | 0 | 10010 | 101001 | 10001001 | 1111 | 110011 |
Color Harmonies of #70967B
Complementary color
Monochromatic Colors of #70967B
Black with #70967B
Text Example
Text Example
White with #70967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70967B; }
p { color: rgb(112,150,123); }
H1.HeaderClassName
{
color: #70967B;
}
.AnyTagClassName
{
color: #70967B;
}
</style>
background-color css
<style>
a { background-color: #70967B; }
a { background-color: rgb(112,150,123); }
div.DivClassName
{
background-color: #70967B;
}
.BgClassName
{
background-color: #70967B;
}
</style>
border-color css
<style>
span { border-color: #70967B; }
span { border-color: rgb(112,150,123); }
td.TdClassName
{
border-color: #70967B;
}
.TagClassName
{
border-color: #70967B;
}
</style>