Shades of Xanadu #709065
Tints of Xanadu #709065
RGB
CMYK
RGB Variations
Color information
#709065 (or 0x709065) is known color: Xanadu. HEX triplet: 70, 90 and 65. RGB value is (112,144,101). Sum of RGB (Red+Green+Blue) = 112+144+101=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #709065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709065 is #8F6F9A. Grayscale: #818181. Windows color (decimal): -9400219 or 6656112. OLE color: 6656112.
HSL color Cylindrical-coordinate representation of color #709065: hue angle of 104.65º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709065 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 101 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.44 |
| HSL | 104.65º | 0.18% | 0.48% | - |
| HSV(B) | 104.65º | 0.3% | 0.56% | - |
| XYZ | 19 | 24.33 | 16.01 | - |
| YUV | 129.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 101 | 0.22 | 0 | 0.30 | 0.44 | 104.65 | 0.18 | 0.48 |
| Hex | 70 | 90 | 65 | 16 | 0 | 1E | 2C | 69 | 12 | 30 |
| Octal | 160 | 220 | 145 | 26 | 0 | 36 | 54 | 151 | 22 | 60 |
| Binary | 1110000 | 10010000 | 1100101 | 10110 | 0 | 11110 | 101100 | 1101001 | 10010 | 110000 |
Color Harmonies of #709065
Complementary color
Monochromatic Colors of #709065
Black with #709065
Text Example
Text Example
White with #709065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709065; }
p { color: rgb(112,144,101); }
H1.HeaderClassName
{
color: #709065;
}
.AnyTagClassName
{
color: #709065;
}
</style>
background-color css
<style>
a { background-color: #709065; }
a { background-color: rgb(112,144,101); }
div.DivClassName
{
background-color: #709065;
}
.BgClassName
{
background-color: #709065;
}
</style>
border-color css
<style>
span { border-color: #709065; }
span { border-color: rgb(112,144,101); }
td.TdClassName
{
border-color: #709065;
}
.TagClassName
{
border-color: #709065;
}
</style>