Shades of Xanadu #709465
Tints of Xanadu #709465
RGB
CMYK
RGB Variations
Color information
#709465 (or 0x709465) is known color: Xanadu. HEX triplet: 70, 94 and 65. RGB value is (112,148,101). Sum of RGB (Red+Green+Blue) = 112+148+101=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #709465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709465 is #8F6B9A. Grayscale: #848484. Windows color (decimal): -9399195 or 6657136. OLE color: 6657136.
HSL color Cylindrical-coordinate representation of color #709465: hue angle of 105.96º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #709465 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 101 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.42 |
| HSL | 105.96º | 0.19% | 0.49% | - |
| HSV(B) | 105.96º | 0.32% | 0.58% | - |
| XYZ | 19.62 | 25.56 | 16.21 | - |
| YUV | 131.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 101 | 0.24 | 0 | 0.32 | 0.42 | 105.96 | 0.19 | 0.49 |
| Hex | 70 | 94 | 65 | 18 | 0 | 20 | 2A | 6A | 13 | 31 |
| Octal | 160 | 224 | 145 | 30 | 0 | 40 | 52 | 152 | 23 | 61 |
| Binary | 1110000 | 10010100 | 1100101 | 11000 | 0 | 100000 | 101010 | 1101010 | 10011 | 110001 |
Color Harmonies of #709465
Complementary color
Monochromatic Colors of #709465
Black with #709465
Text Example
Text Example
White with #709465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709465; }
p { color: rgb(112,148,101); }
H1.HeaderClassName
{
color: #709465;
}
.AnyTagClassName
{
color: #709465;
}
</style>
background-color css
<style>
a { background-color: #709465; }
a { background-color: rgb(112,148,101); }
div.DivClassName
{
background-color: #709465;
}
.BgClassName
{
background-color: #709465;
}
</style>
border-color css
<style>
span { border-color: #709465; }
span { border-color: rgb(112,148,101); }
td.TdClassName
{
border-color: #709465;
}
.TagClassName
{
border-color: #709465;
}
</style>