Shades of Oxley #709C84
Tints of Oxley #709C84
RGB
CMYK
RGB Variations
Color information
#709C84 (or 0x709C84) is known color: Oxley. HEX triplet: 70, 9C and 84. RGB value is (112,156,132). Sum of RGB (Red+Green+Blue) = 112+156+132=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 156 - color contains mainly: green. Hex color #709C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709C84 is #8F637B. Grayscale: #8C8C8C. Windows color (decimal): -9397116 or 8690800. OLE color: 8690800.
HSL color Cylindrical-coordinate representation of color #709C84: hue angle of 147.27º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709C84 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 132 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.39 |
| HSL | 147.27º | 0.18% | 0.53% | - |
| HSV(B) | 147.27º | 0.28% | 0.61% | - |
| XYZ | 22.74 | 28.89 | 26.21 | - |
| YUV | 140.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 132 | 0.28 | 0 | 0.15 | 0.39 | 147.27 | 0.18 | 0.53 |
| Hex | 70 | 9C | 84 | 1C | 0 | F | 27 | 93 | 12 | 35 |
| Octal | 160 | 234 | 204 | 34 | 0 | 17 | 47 | 223 | 22 | 65 |
| Binary | 1110000 | 10011100 | 10000100 | 11100 | 0 | 1111 | 100111 | 10010011 | 10010 | 110101 |
Color Harmonies of #709C84
Complementary color
Monochromatic Colors of #709C84
Black with #709C84
Text Example
Text Example
White with #709C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C84; }
p { color: rgb(112,156,132); }
H1.HeaderClassName
{
color: #709C84;
}
.AnyTagClassName
{
color: #709C84;
}
</style>
background-color css
<style>
a { background-color: #709C84; }
a { background-color: rgb(112,156,132); }
div.DivClassName
{
background-color: #709C84;
}
.BgClassName
{
background-color: #709C84;
}
</style>
border-color css
<style>
span { border-color: #709C84; }
span { border-color: rgb(112,156,132); }
td.TdClassName
{
border-color: #709C84;
}
.TagClassName
{
border-color: #709C84;
}
</style>