Shades of Xanadu #758E70
Tints of Xanadu #758E70
RGB
CMYK
RGB Variations
Color information
#758E70 (or 0x758E70) is known color: Xanadu. HEX triplet: 75, 8E and 70. RGB value is (117,142,112). Sum of RGB (Red+Green+Blue) = 117+142+112=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #758E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E70 is #8A718F. Grayscale: #838383. Windows color (decimal): -9073040 or 7376501. OLE color: 7376501.
HSL color Cylindrical-coordinate representation of color #758E70: hue angle of 110º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #758E70 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 142 | 112 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.44 |
| HSL | 110º | 0.12% | 0.5% | - |
| HSV(B) | 110º | 0.21% | 0.56% | - |
| XYZ | 19.93 | 24.3 | 18.97 | - |
| YUV | 131.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 112 | 0.18 | 0 | 0.21 | 0.44 | 110 | 0.12 | 0.5 |
| Hex | 75 | 8E | 70 | 12 | 0 | 15 | 2C | 6E | C | 32 |
| Octal | 165 | 216 | 160 | 22 | 0 | 25 | 54 | 156 | 14 | 62 |
| Binary | 1110101 | 10001110 | 1110000 | 10010 | 0 | 10101 | 101100 | 1101110 | 1100 | 110010 |
Color Harmonies of #758E70
Complementary color
Monochromatic Colors of #758E70
Black with #758E70
Text Example
Text Example
White with #758E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758E70; }
p { color: rgb(117,142,112); }
H1.HeaderClassName
{
color: #758E70;
}
.AnyTagClassName
{
color: #758E70;
}
</style>
background-color css
<style>
a { background-color: #758E70; }
a { background-color: rgb(117,142,112); }
div.DivClassName
{
background-color: #758E70;
}
.BgClassName
{
background-color: #758E70;
}
</style>
border-color css
<style>
span { border-color: #758E70; }
span { border-color: rgb(117,142,112); }
td.TdClassName
{
border-color: #758E70;
}
.TagClassName
{
border-color: #758E70;
}
</style>