Shades of Xanadu #75936E
Tints of Xanadu #75936E
RGB
CMYK
RGB Variations
Color information
#75936E (or 0x75936E) is known color: Xanadu. HEX triplet: 75, 93 and 6E. RGB value is (117,147,110). Sum of RGB (Red+Green+Blue) = 117+147+110=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #75936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75936E is #8A6C91. Grayscale: #858585. Windows color (decimal): -9071762 or 7246709. OLE color: 7246709.
HSL color Cylindrical-coordinate representation of color #75936E: hue angle of 108.65º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75936E is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 147 | 110 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.42 |
| HSL | 108.65º | 0.15% | 0.5% | - |
| HSV(B) | 108.65º | 0.25% | 0.58% | - |
| XYZ | 20.58 | 25.78 | 18.64 | - |
| YUV | 133.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 110 | 0.20 | 0 | 0.25 | 0.42 | 108.65 | 0.15 | 0.5 |
| Hex | 75 | 93 | 6E | 14 | 0 | 19 | 2A | 6D | F | 32 |
| Octal | 165 | 223 | 156 | 24 | 0 | 31 | 52 | 155 | 17 | 62 |
| Binary | 1110101 | 10010011 | 1101110 | 10100 | 0 | 11001 | 101010 | 1101101 | 1111 | 110010 |
Color Harmonies of #75936E
Complementary color
Monochromatic Colors of #75936E
Black with #75936E
Text Example
Text Example
White with #75936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75936E; }
p { color: rgb(117,147,110); }
H1.HeaderClassName
{
color: #75936E;
}
.AnyTagClassName
{
color: #75936E;
}
</style>
background-color css
<style>
a { background-color: #75936E; }
a { background-color: rgb(117,147,110); }
div.DivClassName
{
background-color: #75936E;
}
.BgClassName
{
background-color: #75936E;
}
</style>
border-color css
<style>
span { border-color: #75936E; }
span { border-color: rgb(117,147,110); }
td.TdClassName
{
border-color: #75936E;
}
.TagClassName
{
border-color: #75936E;
}
</style>