Shades of Xanadu #75916F
Tints of Xanadu #75916F
RGB
CMYK
RGB Variations
Color information
#75916F (or 0x75916F) is known color: Xanadu. HEX triplet: 75, 91 and 6F. RGB value is (117,145,111). Sum of RGB (Red+Green+Blue) = 117+145+111=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #75916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75916F is #8A6E90. Grayscale: #848484. Windows color (decimal): -9072273 or 7311733. OLE color: 7311733.
HSL color Cylindrical-coordinate representation of color #75916F: hue angle of 109.41º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75916F is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 145 | 111 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.43 |
| HSL | 109.41º | 0.13% | 0.5% | - |
| HSV(B) | 109.41º | 0.23% | 0.57% | - |
| XYZ | 20.33 | 25.18 | 18.83 | - |
| YUV | 132.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 111 | 0.19 | 0 | 0.23 | 0.43 | 109.41 | 0.13 | 0.5 |
| Hex | 75 | 91 | 6F | 13 | 0 | 17 | 2B | 6D | D | 32 |
| Octal | 165 | 221 | 157 | 23 | 0 | 27 | 53 | 155 | 15 | 62 |
| Binary | 1110101 | 10010001 | 1101111 | 10011 | 0 | 10111 | 101011 | 1101101 | 1101 | 110010 |
Color Harmonies of #75916F
Complementary color
Monochromatic Colors of #75916F
Black with #75916F
Text Example
Text Example
White with #75916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75916F; }
p { color: rgb(117,145,111); }
H1.HeaderClassName
{
color: #75916F;
}
.AnyTagClassName
{
color: #75916F;
}
</style>
background-color css
<style>
a { background-color: #75916F; }
a { background-color: rgb(117,145,111); }
div.DivClassName
{
background-color: #75916F;
}
.BgClassName
{
background-color: #75916F;
}
</style>
border-color css
<style>
span { border-color: #75916F; }
span { border-color: rgb(117,145,111); }
td.TdClassName
{
border-color: #75916F;
}
.TagClassName
{
border-color: #75916F;
}
</style>