Shades of Oxley #709B7B
Tints of Oxley #709B7B
RGB
CMYK
RGB Variations
Color information
#709B7B (or 0x709B7B) is known color: Oxley. HEX triplet: 70, 9B and 7B. RGB value is (112,155,123). Sum of RGB (Red+Green+Blue) = 112+155+123=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 155 - color contains mainly: green. Hex color #709B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B7B is #8F6484. Grayscale: #8A8A8A. Windows color (decimal): -9397381 or 8100720. OLE color: 8100720.
HSL color Cylindrical-coordinate representation of color #709B7B: hue angle of 135.35º 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 #709B7B is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 123 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.39 |
| HSL | 135.35º | 0.18% | 0.52% | - |
| HSV(B) | 135.35º | 0.28% | 0.61% | - |
| XYZ | 21.98 | 28.32 | 23.05 | - |
| YUV | 138.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 123 | 0.28 | 0 | 0.21 | 0.39 | 135.35 | 0.18 | 0.52 |
| Hex | 70 | 9B | 7B | 1C | 0 | 15 | 27 | 87 | 12 | 34 |
| Octal | 160 | 233 | 173 | 34 | 0 | 25 | 47 | 207 | 22 | 64 |
| Binary | 1110000 | 10011011 | 1111011 | 11100 | 0 | 10101 | 100111 | 10000111 | 10010 | 110100 |
Color Harmonies of #709B7B
Complementary color
Monochromatic Colors of #709B7B
Black with #709B7B
Text Example
Text Example
White with #709B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B7B; }
p { color: rgb(112,155,123); }
H1.HeaderClassName
{
color: #709B7B;
}
.AnyTagClassName
{
color: #709B7B;
}
</style>
background-color css
<style>
a { background-color: #709B7B; }
a { background-color: rgb(112,155,123); }
div.DivClassName
{
background-color: #709B7B;
}
.BgClassName
{
background-color: #709B7B;
}
</style>
border-color css
<style>
span { border-color: #709B7B; }
span { border-color: rgb(112,155,123); }
td.TdClassName
{
border-color: #709B7B;
}
.TagClassName
{
border-color: #709B7B;
}
</style>