Shades of Xanadu #758B6F
Tints of Xanadu #758B6F
RGB
CMYK
RGB Variations
Color information
#758B6F (or 0x758B6F) is known color: Xanadu. HEX triplet: 75, 8B and 6F. RGB value is (117,139,111). Sum of RGB (Red+Green+Blue) = 117+139+111=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #758B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B6F is #8A7490. Grayscale: #818181. Windows color (decimal): -9073809 or 7310197. OLE color: 7310197.
HSL color Cylindrical-coordinate representation of color #758B6F: hue angle of 107.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #758B6F is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 111 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.45 |
| HSL | 107.14º | 0.11% | 0.49% | - |
| HSV(B) | 107.14º | 0.2% | 0.55% | - |
| XYZ | 19.44 | 23.39 | 18.53 | - |
| YUV | 129.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 111 | 0.16 | 0 | 0.20 | 0.45 | 107.14 | 0.11 | 0.49 |
| Hex | 75 | 8B | 6F | 10 | 0 | 14 | 2D | 6B | B | 31 |
| Octal | 165 | 213 | 157 | 20 | 0 | 24 | 55 | 153 | 13 | 61 |
| Binary | 1110101 | 10001011 | 1101111 | 10000 | 0 | 10100 | 101101 | 1101011 | 1011 | 110001 |
Color Harmonies of #758B6F
Complementary color
Monochromatic Colors of #758B6F
Black with #758B6F
Text Example
Text Example
White with #758B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B6F; }
p { color: rgb(117,139,111); }
H1.HeaderClassName
{
color: #758B6F;
}
.AnyTagClassName
{
color: #758B6F;
}
</style>
background-color css
<style>
a { background-color: #758B6F; }
a { background-color: rgb(117,139,111); }
div.DivClassName
{
background-color: #758B6F;
}
.BgClassName
{
background-color: #758B6F;
}
</style>
border-color css
<style>
span { border-color: #758B6F; }
span { border-color: rgb(117,139,111); }
td.TdClassName
{
border-color: #758B6F;
}
.TagClassName
{
border-color: #758B6F;
}
</style>