Shades of Xanadu #718969
Tints of Xanadu #718969
RGB
CMYK
RGB Variations
Color information
#718969 (or 0x718969) is known color: Xanadu. HEX triplet: 71, 89 and 69. RGB value is (113,137,105). Sum of RGB (Red+Green+Blue) = 113+137+105=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #718969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718969 is #8E7696. Grayscale: #7E7E7E. Windows color (decimal): -9336471 or 6916465. OLE color: 6916465.
HSL color Cylindrical-coordinate representation of color #718969: hue angle of 105º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718969 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 105 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.46 |
| HSL | 105º | 0.13% | 0.47% | - |
| HSV(B) | 105º | 0.23% | 0.54% | - |
| XYZ | 18.31 | 22.42 | 16.73 | - |
| YUV | 126.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 105 | 0.18 | 0 | 0.23 | 0.46 | 105 | 0.13 | 0.47 |
| Hex | 71 | 89 | 69 | 12 | 0 | 17 | 2E | 69 | D | 2F |
| Octal | 161 | 211 | 151 | 22 | 0 | 27 | 56 | 151 | 15 | 57 |
| Binary | 1110001 | 10001001 | 1101001 | 10010 | 0 | 10111 | 101110 | 1101001 | 1101 | 101111 |
Color Harmonies of #718969
Complementary color
Monochromatic Colors of #718969
Black with #718969
Text Example
Text Example
White with #718969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718969; }
p { color: rgb(113,137,105); }
H1.HeaderClassName
{
color: #718969;
}
.AnyTagClassName
{
color: #718969;
}
</style>
background-color css
<style>
a { background-color: #718969; }
a { background-color: rgb(113,137,105); }
div.DivClassName
{
background-color: #718969;
}
.BgClassName
{
background-color: #718969;
}
</style>
border-color css
<style>
span { border-color: #718969; }
span { border-color: rgb(113,137,105); }
td.TdClassName
{
border-color: #718969;
}
.TagClassName
{
border-color: #718969;
}
</style>