Shades of Xanadu #709462
Tints of Xanadu #709462
RGB
CMYK
RGB Variations
Color information
#709462 (or 0x709462) is known color: Xanadu. HEX triplet: 70, 94 and 62. RGB value is (112,148,98). Sum of RGB (Red+Green+Blue) = 112+148+98=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #709462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709462 is #8F6B9D. Grayscale: #838383. Windows color (decimal): -9399198 or 6460528. OLE color: 6460528.
HSL color Cylindrical-coordinate representation of color #709462: hue angle of 103.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709462 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 98 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.42 |
| HSL | 103.2º | 0.2% | 0.48% | - |
| HSV(B) | 103.2º | 0.34% | 0.58% | - |
| XYZ | 19.48 | 25.51 | 15.45 | - |
| YUV | 131.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 98 | 0.24 | 0 | 0.34 | 0.42 | 103.2 | 0.2 | 0.48 |
| Hex | 70 | 94 | 62 | 18 | 0 | 22 | 2A | 67 | 14 | 30 |
| Octal | 160 | 224 | 142 | 30 | 0 | 42 | 52 | 147 | 24 | 60 |
| Binary | 1110000 | 10010100 | 1100010 | 11000 | 0 | 100010 | 101010 | 1100111 | 10100 | 110000 |
Color Harmonies of #709462
Complementary color
Monochromatic Colors of #709462
Black with #709462
Text Example
Text Example
White with #709462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709462; }
p { color: rgb(112,148,98); }
H1.HeaderClassName
{
color: #709462;
}
.AnyTagClassName
{
color: #709462;
}
</style>
background-color css
<style>
a { background-color: #709462; }
a { background-color: rgb(112,148,98); }
div.DivClassName
{
background-color: #709462;
}
.BgClassName
{
background-color: #709462;
}
</style>
border-color css
<style>
span { border-color: #709462; }
span { border-color: rgb(112,148,98); }
td.TdClassName
{
border-color: #709462;
}
.TagClassName
{
border-color: #709462;
}
</style>