Shades of Xanadu #708768
Tints of Xanadu #708768
RGB
CMYK
RGB Variations
Color information
#708768 (or 0x708768) is known color: Xanadu. HEX triplet: 70, 87 and 68. RGB value is (112,135,104). Sum of RGB (Red+Green+Blue) = 112+135+104=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #708768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708768 is #8F7897. Grayscale: #7C7C7C. Windows color (decimal): -9402520 or 6850416. OLE color: 6850416.
HSL color Cylindrical-coordinate representation of color #708768: hue angle of 104.52º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708768 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 104 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.47 |
| HSL | 104.52º | 0.13% | 0.47% | - |
| HSV(B) | 104.52º | 0.23% | 0.53% | - |
| XYZ | 17.84 | 21.77 | 16.36 | - |
| YUV | 124.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 104 | 0.17 | 0 | 0.23 | 0.47 | 104.52 | 0.13 | 0.47 |
| Hex | 70 | 87 | 68 | 11 | 0 | 17 | 2F | 69 | D | 2F |
| Octal | 160 | 207 | 150 | 21 | 0 | 27 | 57 | 151 | 15 | 57 |
| Binary | 1110000 | 10000111 | 1101000 | 10001 | 0 | 10111 | 101111 | 1101001 | 1101 | 101111 |
Color Harmonies of #708768
Complementary color
Monochromatic Colors of #708768
Black with #708768
Text Example
Text Example
White with #708768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708768; }
p { color: rgb(112,135,104); }
H1.HeaderClassName
{
color: #708768;
}
.AnyTagClassName
{
color: #708768;
}
</style>
background-color css
<style>
a { background-color: #708768; }
a { background-color: rgb(112,135,104); }
div.DivClassName
{
background-color: #708768;
}
.BgClassName
{
background-color: #708768;
}
</style>
border-color css
<style>
span { border-color: #708768; }
span { border-color: rgb(112,135,104); }
td.TdClassName
{
border-color: #708768;
}
.TagClassName
{
border-color: #708768;
}
</style>