Shades of Xanadu #76936E
Tints of Xanadu #76936E
RGB
CMYK
RGB Variations
Color information
#76936E (or 0x76936E) is known color: Xanadu. HEX triplet: 76, 93 and 6E. RGB value is (118,147,110). Sum of RGB (Red+Green+Blue) = 118+147+110=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #76936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76936E is #896C91. Grayscale: #868686. Windows color (decimal): -9006226 or 7246710. OLE color: 7246710.
HSL color Cylindrical-coordinate representation of color #76936E: hue angle of 107.03º 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 #76936E is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 110 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.42 |
| HSL | 107.03º | 0.15% | 0.5% | - |
| HSV(B) | 107.03º | 0.25% | 0.58% | - |
| XYZ | 20.72 | 25.84 | 18.65 | - |
| YUV | 134.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 110 | 0.20 | 0 | 0.25 | 0.42 | 107.03 | 0.15 | 0.5 |
| Hex | 76 | 93 | 6E | 14 | 0 | 19 | 2A | 6B | F | 32 |
| Octal | 166 | 223 | 156 | 24 | 0 | 31 | 52 | 153 | 17 | 62 |
| Binary | 1110110 | 10010011 | 1101110 | 10100 | 0 | 11001 | 101010 | 1101011 | 1111 | 110010 |
Color Harmonies of #76936E
Complementary color
Monochromatic Colors of #76936E
Black with #76936E
Text Example
Text Example
White with #76936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76936E; }
p { color: rgb(118,147,110); }
H1.HeaderClassName
{
color: #76936E;
}
.AnyTagClassName
{
color: #76936E;
}
</style>
background-color css
<style>
a { background-color: #76936E; }
a { background-color: rgb(118,147,110); }
div.DivClassName
{
background-color: #76936E;
}
.BgClassName
{
background-color: #76936E;
}
</style>
border-color css
<style>
span { border-color: #76936E; }
span { border-color: rgb(118,147,110); }
td.TdClassName
{
border-color: #76936E;
}
.TagClassName
{
border-color: #76936E;
}
</style>