Shades of Oxley #709C82
Tints of Oxley #709C82
RGB
CMYK
RGB Variations
Color information
#709C82 (or 0x709C82) is known color: Oxley. HEX triplet: 70, 9C and 82. RGB value is (112,156,130). Sum of RGB (Red+Green+Blue) = 112+156+130=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 156 - color contains mainly: green. Hex color #709C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709C82 is #8F637D. Grayscale: #8B8B8B. Windows color (decimal): -9397118 or 8559728. OLE color: 8559728.
HSL color Cylindrical-coordinate representation of color #709C82: hue angle of 144.55º 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 #709C82 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 130 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.39 |
| HSL | 144.55º | 0.18% | 0.53% | - |
| HSV(B) | 144.55º | 0.28% | 0.61% | - |
| XYZ | 22.6 | 28.83 | 25.49 | - |
| YUV | 139.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 130 | 0.28 | 0 | 0.17 | 0.39 | 144.55 | 0.18 | 0.53 |
| Hex | 70 | 9C | 82 | 1C | 0 | 11 | 27 | 91 | 12 | 35 |
| Octal | 160 | 234 | 202 | 34 | 0 | 21 | 47 | 221 | 22 | 65 |
| Binary | 1110000 | 10011100 | 10000010 | 11100 | 0 | 10001 | 100111 | 10010001 | 10010 | 110101 |
Color Harmonies of #709C82
Complementary color
Monochromatic Colors of #709C82
Black with #709C82
Text Example
Text Example
White with #709C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C82; }
p { color: rgb(112,156,130); }
H1.HeaderClassName
{
color: #709C82;
}
.AnyTagClassName
{
color: #709C82;
}
</style>
background-color css
<style>
a { background-color: #709C82; }
a { background-color: rgb(112,156,130); }
div.DivClassName
{
background-color: #709C82;
}
.BgClassName
{
background-color: #709C82;
}
</style>
border-color css
<style>
span { border-color: #709C82; }
span { border-color: rgb(112,156,130); }
td.TdClassName
{
border-color: #709C82;
}
.TagClassName
{
border-color: #709C82;
}
</style>