Shades of Xanadu #709167
Tints of Xanadu #709167
RGB
CMYK
RGB Variations
Color information
#709167 (or 0x709167) is known color: Xanadu. HEX triplet: 70, 91 and 67. RGB value is (112,145,103). Sum of RGB (Red+Green+Blue) = 112+145+103=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #709167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709167 is #8F6E98. Grayscale: #828282. Windows color (decimal): -9399961 or 6787440. OLE color: 6787440.
HSL color Cylindrical-coordinate representation of color #709167: hue angle of 107.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709167 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 103 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.43 |
| HSL | 107.14º | 0.17% | 0.49% | - |
| HSV(B) | 107.14º | 0.29% | 0.57% | - |
| XYZ | 19.26 | 24.67 | 16.58 | - |
| YUV | 130.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 103 | 0.23 | 0 | 0.29 | 0.43 | 107.14 | 0.17 | 0.49 |
| Hex | 70 | 91 | 67 | 17 | 0 | 1D | 2B | 6B | 11 | 31 |
| Octal | 160 | 221 | 147 | 27 | 0 | 35 | 53 | 153 | 21 | 61 |
| Binary | 1110000 | 10010001 | 1100111 | 10111 | 0 | 11101 | 101011 | 1101011 | 10001 | 110001 |
Color Harmonies of #709167
Complementary color
Monochromatic Colors of #709167
Black with #709167
Text Example
Text Example
White with #709167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709167; }
p { color: rgb(112,145,103); }
H1.HeaderClassName
{
color: #709167;
}
.AnyTagClassName
{
color: #709167;
}
</style>
background-color css
<style>
a { background-color: #709167; }
a { background-color: rgb(112,145,103); }
div.DivClassName
{
background-color: #709167;
}
.BgClassName
{
background-color: #709167;
}
</style>
border-color css
<style>
span { border-color: #709167; }
span { border-color: rgb(112,145,103); }
td.TdClassName
{
border-color: #709167;
}
.TagClassName
{
border-color: #709167;
}
</style>