Shades of Xanadu #758969
Tints of Xanadu #758969
RGB
CMYK
RGB Variations
Color information
#758969 (or 0x758969) is known color: Xanadu. HEX triplet: 75, 89 and 69. RGB value is (117,137,105). Sum of RGB (Red+Green+Blue) = 117+137+105=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #758969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758969 is #8A7696. Grayscale: #7F7F7F. Windows color (decimal): -9074327 or 6916469. OLE color: 6916469.
HSL color Cylindrical-coordinate representation of color #758969: hue angle of 97.5º 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 #758969 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 105 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.46 |
| HSL | 97.5º | 0.13% | 0.47% | - |
| HSV(B) | 97.5º | 0.23% | 0.54% | - |
| XYZ | 18.83 | 22.69 | 16.75 | - |
| YUV | 127.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 105 | 0.15 | 0 | 0.23 | 0.46 | 97.5 | 0.13 | 0.47 |
| Hex | 75 | 89 | 69 | F | 0 | 17 | 2E | 62 | D | 2F |
| Octal | 165 | 211 | 151 | 17 | 0 | 27 | 56 | 142 | 15 | 57 |
| Binary | 1110101 | 10001001 | 1101001 | 1111 | 0 | 10111 | 101110 | 1100010 | 1101 | 101111 |
Color Harmonies of #758969
Complementary color
Monochromatic Colors of #758969
Black with #758969
Text Example
Text Example
White with #758969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758969; }
p { color: rgb(117,137,105); }
H1.HeaderClassName
{
color: #758969;
}
.AnyTagClassName
{
color: #758969;
}
</style>
background-color css
<style>
a { background-color: #758969; }
a { background-color: rgb(117,137,105); }
div.DivClassName
{
background-color: #758969;
}
.BgClassName
{
background-color: #758969;
}
</style>
border-color css
<style>
span { border-color: #758969; }
span { border-color: rgb(117,137,105); }
td.TdClassName
{
border-color: #758969;
}
.TagClassName
{
border-color: #758969;
}
</style>