Shades of Xanadu #75936D
Tints of Xanadu #75936D
RGB
CMYK
RGB Variations
Color information
#75936D (or 0x75936D) is known color: Xanadu. HEX triplet: 75, 93 and 6D. RGB value is (117,147,109). Sum of RGB (Red+Green+Blue) = 117+147+109=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #75936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75936D is #8A6C92. Grayscale: #858585. Windows color (decimal): -9071763 or 7181173. OLE color: 7181173.
HSL color Cylindrical-coordinate representation of color #75936D: hue angle of 107.37º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75936D is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 147 | 109 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.42 |
| HSL | 107.37º | 0.15% | 0.5% | - |
| HSV(B) | 107.37º | 0.26% | 0.58% | - |
| XYZ | 20.53 | 25.75 | 18.36 | - |
| YUV | 133.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 109 | 0.20 | 0 | 0.26 | 0.42 | 107.37 | 0.15 | 0.5 |
| Hex | 75 | 93 | 6D | 14 | 0 | 1A | 2A | 6B | F | 32 |
| Octal | 165 | 223 | 155 | 24 | 0 | 32 | 52 | 153 | 17 | 62 |
| Binary | 1110101 | 10010011 | 1101101 | 10100 | 0 | 11010 | 101010 | 1101011 | 1111 | 110010 |
Color Harmonies of #75936D
Complementary color
Monochromatic Colors of #75936D
Black with #75936D
Text Example
Text Example
White with #75936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75936D; }
p { color: rgb(117,147,109); }
H1.HeaderClassName
{
color: #75936D;
}
.AnyTagClassName
{
color: #75936D;
}
</style>
background-color css
<style>
a { background-color: #75936D; }
a { background-color: rgb(117,147,109); }
div.DivClassName
{
background-color: #75936D;
}
.BgClassName
{
background-color: #75936D;
}
</style>
border-color css
<style>
span { border-color: #75936D; }
span { border-color: rgb(117,147,109); }
td.TdClassName
{
border-color: #75936D;
}
.TagClassName
{
border-color: #75936D;
}
</style>