Shades of Xanadu #708A68
Tints of Xanadu #708A68
RGB
CMYK
RGB Variations
Color information
#708A68 (or 0x708A68) is known color: Xanadu. HEX triplet: 70, 8A and 68. RGB value is (112,138,104). Sum of RGB (Red+Green+Blue) = 112+138+104=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 138 - color contains mainly: green. Hex color #708A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A68 is #8F7597. Grayscale: #7E7E7E. Windows color (decimal): -9401752 or 6851184. OLE color: 6851184.
HSL color Cylindrical-coordinate representation of color #708A68: hue angle of 105.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708A68 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 104 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.46 |
| HSL | 105.88º | 0.14% | 0.47% | - |
| HSV(B) | 105.88º | 0.25% | 0.54% | - |
| XYZ | 18.27 | 22.62 | 16.5 | - |
| YUV | 126.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 104 | 0.19 | 0 | 0.25 | 0.46 | 105.88 | 0.14 | 0.47 |
| Hex | 70 | 8A | 68 | 13 | 0 | 19 | 2E | 6A | E | 2F |
| Octal | 160 | 212 | 150 | 23 | 0 | 31 | 56 | 152 | 16 | 57 |
| Binary | 1110000 | 10001010 | 1101000 | 10011 | 0 | 11001 | 101110 | 1101010 | 1110 | 101111 |
Color Harmonies of #708A68
Complementary color
Monochromatic Colors of #708A68
Black with #708A68
Text Example
Text Example
White with #708A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A68; }
p { color: rgb(112,138,104); }
H1.HeaderClassName
{
color: #708A68;
}
.AnyTagClassName
{
color: #708A68;
}
</style>
background-color css
<style>
a { background-color: #708A68; }
a { background-color: rgb(112,138,104); }
div.DivClassName
{
background-color: #708A68;
}
.BgClassName
{
background-color: #708A68;
}
</style>
border-color css
<style>
span { border-color: #708A68; }
span { border-color: rgb(112,138,104); }
td.TdClassName
{
border-color: #708A68;
}
.TagClassName
{
border-color: #708A68;
}
</style>