Shades of Oxley #709B7A
Tints of Oxley #709B7A
RGB
CMYK
RGB Variations
Color information
#709B7A (or 0x709B7A) is known color: Oxley. HEX triplet: 70, 9B and 7A. RGB value is (112,155,122). Sum of RGB (Red+Green+Blue) = 112+155+122=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #709B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B7A is #8F6485. Grayscale: #8A8A8A. Windows color (decimal): -9397382 or 8035184. OLE color: 8035184.
HSL color Cylindrical-coordinate representation of color #709B7A: hue angle of 133.95º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709B7A is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 122 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.39 |
| HSL | 133.95º | 0.18% | 0.52% | - |
| HSV(B) | 133.95º | 0.28% | 0.61% | - |
| XYZ | 21.92 | 28.29 | 22.72 | - |
| YUV | 138.38 | 118.75 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 122 | 0.28 | 0 | 0.21 | 0.39 | 133.95 | 0.18 | 0.52 |
| Hex | 70 | 9B | 7A | 1C | 0 | 15 | 27 | 86 | 12 | 34 |
| Octal | 160 | 233 | 172 | 34 | 0 | 25 | 47 | 206 | 22 | 64 |
| Binary | 1110000 | 10011011 | 1111010 | 11100 | 0 | 10101 | 100111 | 10000110 | 10010 | 110100 |
Color Harmonies of #709B7A
Complementary color
Monochromatic Colors of #709B7A
Black with #709B7A
Text Example
Text Example
White with #709B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B7A; }
p { color: rgb(112,155,122); }
H1.HeaderClassName
{
color: #709B7A;
}
.AnyTagClassName
{
color: #709B7A;
}
</style>
background-color css
<style>
a { background-color: #709B7A; }
a { background-color: rgb(112,155,122); }
div.DivClassName
{
background-color: #709B7A;
}
.BgClassName
{
background-color: #709B7A;
}
</style>
border-color css
<style>
span { border-color: #709B7A; }
span { border-color: rgb(112,155,122); }
td.TdClassName
{
border-color: #709B7A;
}
.TagClassName
{
border-color: #709B7A;
}
</style>