Shades of Xanadu #7A936C
Tints of Xanadu #7A936C
RGB
CMYK
RGB Variations
Color information
#7A936C (or 0x7A936C) is known color: Xanadu. HEX triplet: 7A, 93 and 6C. RGB value is (122,147,108). Sum of RGB (Red+Green+Blue) = 122+147+108=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #7A936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A936C is #856C93. Grayscale: #878787. Windows color (decimal): -8744084 or 7115642. OLE color: 7115642.
HSL color Cylindrical-coordinate representation of color #7A936C: hue angle of 98.46º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A936C is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 108 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.42 |
| HSL | 98.46º | 0.15% | 0.5% | - |
| HSV(B) | 98.46º | 0.27% | 0.58% | - |
| XYZ | 21.17 | 26.09 | 18.11 | - |
| YUV | 135.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 108 | 0.17 | 0 | 0.27 | 0.42 | 98.46 | 0.15 | 0.5 |
| Hex | 7A | 93 | 6C | 11 | 0 | 1B | 2A | 62 | F | 32 |
| Octal | 172 | 223 | 154 | 21 | 0 | 33 | 52 | 142 | 17 | 62 |
| Binary | 1111010 | 10010011 | 1101100 | 10001 | 0 | 11011 | 101010 | 1100010 | 1111 | 110010 |
Color Harmonies of #7A936C
Complementary color
Monochromatic Colors of #7A936C
Black with #7A936C
Text Example
Text Example
White with #7A936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A936C; }
p { color: rgb(122,147,108); }
H1.HeaderClassName
{
color: #7A936C;
}
.AnyTagClassName
{
color: #7A936C;
}
</style>
background-color css
<style>
a { background-color: #7A936C; }
a { background-color: rgb(122,147,108); }
div.DivClassName
{
background-color: #7A936C;
}
.BgClassName
{
background-color: #7A936C;
}
</style>
border-color css
<style>
span { border-color: #7A936C; }
span { border-color: rgb(122,147,108); }
td.TdClassName
{
border-color: #7A936C;
}
.TagClassName
{
border-color: #7A936C;
}
</style>