Shades of Xanadu #76936A
Tints of Xanadu #76936A
RGB
CMYK
RGB Variations
Color information
#76936A (or 0x76936A) is known color: Xanadu. HEX triplet: 76, 93 and 6A. RGB value is (118,147,106). Sum of RGB (Red+Green+Blue) = 118+147+106=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #76936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76936A is #896C95. Grayscale: #858585. Windows color (decimal): -9006230 or 6984566. OLE color: 6984566.
HSL color Cylindrical-coordinate representation of color #76936A: hue angle of 102.44º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76936A is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 106 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.42 |
| HSL | 102.44º | 0.16% | 0.5% | - |
| HSV(B) | 102.44º | 0.28% | 0.58% | - |
| XYZ | 20.51 | 25.76 | 17.53 | - |
| YUV | 133.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 106 | 0.20 | 0 | 0.28 | 0.42 | 102.44 | 0.16 | 0.5 |
| Hex | 76 | 93 | 6A | 14 | 0 | 1C | 2A | 66 | 10 | 32 |
| Octal | 166 | 223 | 152 | 24 | 0 | 34 | 52 | 146 | 20 | 62 |
| Binary | 1110110 | 10010011 | 1101010 | 10100 | 0 | 11100 | 101010 | 1100110 | 10000 | 110010 |
Color Harmonies of #76936A
Complementary color
Monochromatic Colors of #76936A
Black with #76936A
Text Example
Text Example
White with #76936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76936A; }
p { color: rgb(118,147,106); }
H1.HeaderClassName
{
color: #76936A;
}
.AnyTagClassName
{
color: #76936A;
}
</style>
background-color css
<style>
a { background-color: #76936A; }
a { background-color: rgb(118,147,106); }
div.DivClassName
{
background-color: #76936A;
}
.BgClassName
{
background-color: #76936A;
}
</style>
border-color css
<style>
span { border-color: #76936A; }
span { border-color: rgb(118,147,106); }
td.TdClassName
{
border-color: #76936A;
}
.TagClassName
{
border-color: #76936A;
}
</style>