Shades of Xanadu #76946B
Tints of Xanadu #76946B
RGB
CMYK
RGB Variations
Color information
#76946B (or 0x76946B) is known color: Xanadu. HEX triplet: 76, 94 and 6B. RGB value is (118,148,107). Sum of RGB (Red+Green+Blue) = 118+148+107=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #76946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76946B is #896B94. Grayscale: #868686. Windows color (decimal): -9005973 or 7050358. OLE color: 7050358.
HSL color Cylindrical-coordinate representation of color #76946B: hue angle of 103.9º 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 #76946B is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 148 | 107 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.42 |
| HSL | 103.9º | 0.16% | 0.5% | - |
| HSV(B) | 103.9º | 0.28% | 0.58% | - |
| XYZ | 20.71 | 26.09 | 17.85 | - |
| YUV | 134.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 107 | 0.20 | 0 | 0.28 | 0.42 | 103.9 | 0.16 | 0.5 |
| Hex | 76 | 94 | 6B | 14 | 0 | 1C | 2A | 68 | 10 | 32 |
| Octal | 166 | 224 | 153 | 24 | 0 | 34 | 52 | 150 | 20 | 62 |
| Binary | 1110110 | 10010100 | 1101011 | 10100 | 0 | 11100 | 101010 | 1101000 | 10000 | 110010 |
Color Harmonies of #76946B
Complementary color
Monochromatic Colors of #76946B
Black with #76946B
Text Example
Text Example
White with #76946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76946B; }
p { color: rgb(118,148,107); }
H1.HeaderClassName
{
color: #76946B;
}
.AnyTagClassName
{
color: #76946B;
}
</style>
background-color css
<style>
a { background-color: #76946B; }
a { background-color: rgb(118,148,107); }
div.DivClassName
{
background-color: #76946B;
}
.BgClassName
{
background-color: #76946B;
}
</style>
border-color css
<style>
span { border-color: #76946B; }
span { border-color: rgb(118,148,107); }
td.TdClassName
{
border-color: #76946B;
}
.TagClassName
{
border-color: #76946B;
}
</style>