Shades of Xanadu #758D68
Tints of Xanadu #758D68
RGB
CMYK
RGB Variations
Color information
#758D68 (or 0x758D68) is known color: Xanadu. HEX triplet: 75, 8D and 68. RGB value is (117,141,104). Sum of RGB (Red+Green+Blue) = 117+141+104=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 141 - color contains mainly: green. Hex color #758D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D68 is #8A7297. Grayscale: #818181. Windows color (decimal): -9073304 or 6851957. OLE color: 6851957.
HSL color Cylindrical-coordinate representation of color #758D68: hue angle of 98.92º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #758D68 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 104 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.45 |
| HSL | 98.92º | 0.15% | 0.48% | - |
| HSV(B) | 98.92º | 0.26% | 0.55% | - |
| XYZ | 19.36 | 23.83 | 16.68 | - |
| YUV | 129.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 104 | 0.17 | 0 | 0.26 | 0.45 | 98.92 | 0.15 | 0.48 |
| Hex | 75 | 8D | 68 | 11 | 0 | 1A | 2D | 63 | F | 30 |
| Octal | 165 | 215 | 150 | 21 | 0 | 32 | 55 | 143 | 17 | 60 |
| Binary | 1110101 | 10001101 | 1101000 | 10001 | 0 | 11010 | 101101 | 1100011 | 1111 | 110000 |
Color Harmonies of #758D68
Complementary color
Monochromatic Colors of #758D68
Black with #758D68
Text Example
Text Example
White with #758D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D68; }
p { color: rgb(117,141,104); }
H1.HeaderClassName
{
color: #758D68;
}
.AnyTagClassName
{
color: #758D68;
}
</style>
background-color css
<style>
a { background-color: #758D68; }
a { background-color: rgb(117,141,104); }
div.DivClassName
{
background-color: #758D68;
}
.BgClassName
{
background-color: #758D68;
}
</style>
border-color css
<style>
span { border-color: #758D68; }
span { border-color: rgb(117,141,104); }
td.TdClassName
{
border-color: #758D68;
}
.TagClassName
{
border-color: #758D68;
}
</style>