Shades of Oxley #709C7A
Tints of Oxley #709C7A
RGB
CMYK
RGB Variations
Color information
#709C7A (or 0x709C7A) is known color: Oxley. HEX triplet: 70, 9C and 7A. RGB value is (112,156,122). Sum of RGB (Red+Green+Blue) = 112+156+122=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #709C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C7A is #8F6385. Grayscale: #8B8B8B. Windows color (decimal): -9397126 or 8035440. OLE color: 8035440.
HSL color Cylindrical-coordinate representation of color #709C7A: hue angle of 133.64º 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 #709C7A is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 122 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.39 |
| HSL | 133.64º | 0.18% | 0.53% | - |
| HSV(B) | 133.64º | 0.28% | 0.61% | - |
| XYZ | 22.08 | 28.63 | 22.77 | - |
| YUV | 138.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 122 | 0.28 | 0 | 0.22 | 0.39 | 133.64 | 0.18 | 0.53 |
| Hex | 70 | 9C | 7A | 1C | 0 | 16 | 27 | 86 | 12 | 35 |
| Octal | 160 | 234 | 172 | 34 | 0 | 26 | 47 | 206 | 22 | 65 |
| Binary | 1110000 | 10011100 | 1111010 | 11100 | 0 | 10110 | 100111 | 10000110 | 10010 | 110101 |
Color Harmonies of #709C7A
Complementary color
Monochromatic Colors of #709C7A
Black with #709C7A
Text Example
Text Example
White with #709C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C7A; }
p { color: rgb(112,156,122); }
H1.HeaderClassName
{
color: #709C7A;
}
.AnyTagClassName
{
color: #709C7A;
}
</style>
background-color css
<style>
a { background-color: #709C7A; }
a { background-color: rgb(112,156,122); }
div.DivClassName
{
background-color: #709C7A;
}
.BgClassName
{
background-color: #709C7A;
}
</style>
border-color css
<style>
span { border-color: #709C7A; }
span { border-color: rgb(112,156,122); }
td.TdClassName
{
border-color: #709C7A;
}
.TagClassName
{
border-color: #709C7A;
}
</style>