Shades of Xanadu #75916D
Tints of Xanadu #75916D
RGB
CMYK
RGB Variations
Color information
#75916D (or 0x75916D) is known color: Xanadu. HEX triplet: 75, 91 and 6D. RGB value is (117,145,109). Sum of RGB (Red+Green+Blue) = 117+145+109=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #75916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75916D is #8A6E92. Grayscale: #848484. Windows color (decimal): -9072275 or 7180661. OLE color: 7180661.
HSL color Cylindrical-coordinate representation of color #75916D: hue angle of 106.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75916D is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 145 | 109 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.43 |
| HSL | 106.67º | 0.14% | 0.5% | - |
| HSV(B) | 106.67º | 0.25% | 0.57% | - |
| XYZ | 20.22 | 25.14 | 18.25 | - |
| YUV | 132.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 109 | 0.19 | 0 | 0.25 | 0.43 | 106.67 | 0.14 | 0.5 |
| Hex | 75 | 91 | 6D | 13 | 0 | 19 | 2B | 6B | E | 32 |
| Octal | 165 | 221 | 155 | 23 | 0 | 31 | 53 | 153 | 16 | 62 |
| Binary | 1110101 | 10010001 | 1101101 | 10011 | 0 | 11001 | 101011 | 1101011 | 1110 | 110010 |
Color Harmonies of #75916D
Complementary color
Monochromatic Colors of #75916D
Black with #75916D
Text Example
Text Example
White with #75916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75916D; }
p { color: rgb(117,145,109); }
H1.HeaderClassName
{
color: #75916D;
}
.AnyTagClassName
{
color: #75916D;
}
</style>
background-color css
<style>
a { background-color: #75916D; }
a { background-color: rgb(117,145,109); }
div.DivClassName
{
background-color: #75916D;
}
.BgClassName
{
background-color: #75916D;
}
</style>
border-color css
<style>
span { border-color: #75916D; }
span { border-color: rgb(117,145,109); }
td.TdClassName
{
border-color: #75916D;
}
.TagClassName
{
border-color: #75916D;
}
</style>