Shades of Xanadu #708A6A
Tints of Xanadu #708A6A
RGB
CMYK
RGB Variations
Color information
#708A6A (or 0x708A6A) is known color: Xanadu. HEX triplet: 70, 8A and 6A. RGB value is (112,138,106). Sum of RGB (Red+Green+Blue) = 112+138+106=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #708A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A6A is #8F7595. Grayscale: #7E7E7E. Windows color (decimal): -9401750 or 6982256. OLE color: 6982256.
HSL color Cylindrical-coordinate representation of color #708A6A: hue angle of 108.75º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708A6A is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 106 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.46 |
| HSL | 108.75º | 0.13% | 0.48% | - |
| HSV(B) | 108.75º | 0.23% | 0.54% | - |
| XYZ | 18.37 | 22.66 | 17.04 | - |
| YUV | 126.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 106 | 0.19 | 0 | 0.23 | 0.46 | 108.75 | 0.13 | 0.48 |
| Hex | 70 | 8A | 6A | 13 | 0 | 17 | 2E | 6D | D | 30 |
| Octal | 160 | 212 | 152 | 23 | 0 | 27 | 56 | 155 | 15 | 60 |
| Binary | 1110000 | 10001010 | 1101010 | 10011 | 0 | 10111 | 101110 | 1101101 | 1101 | 110000 |
Color Harmonies of #708A6A
Complementary color
Monochromatic Colors of #708A6A
Black with #708A6A
Text Example
Text Example
White with #708A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A6A; }
p { color: rgb(112,138,106); }
H1.HeaderClassName
{
color: #708A6A;
}
.AnyTagClassName
{
color: #708A6A;
}
</style>
background-color css
<style>
a { background-color: #708A6A; }
a { background-color: rgb(112,138,106); }
div.DivClassName
{
background-color: #708A6A;
}
.BgClassName
{
background-color: #708A6A;
}
</style>
border-color css
<style>
span { border-color: #708A6A; }
span { border-color: rgb(112,138,106); }
td.TdClassName
{
border-color: #708A6A;
}
.TagClassName
{
border-color: #708A6A;
}
</style>