Shades of Xanadu #6B8960
Tints of Xanadu #6B8960
RGB
CMYK
RGB Variations
Color information
#6B8960 (or 0x6B8960) is known color: Xanadu. HEX triplet: 6B, 89 and 60. RGB value is (107,137,96). Sum of RGB (Red+Green+Blue) = 107+137+96=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #6B8960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8960 is #94769F. Grayscale: #7B7B7B. Windows color (decimal): -9729696 or 6326635. OLE color: 6326635.
HSL color Cylindrical-coordinate representation of color #6B8960: hue angle of 103.9º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B8960 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 96 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.46 |
| HSL | 103.9º | 0.18% | 0.46% | - |
| HSV(B) | 103.9º | 0.3% | 0.54% | - |
| XYZ | 17.12 | 21.86 | 14.38 | - |
| YUV | 123.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 96 | 0.22 | 0 | 0.30 | 0.46 | 103.9 | 0.18 | 0.46 |
| Hex | 6B | 89 | 60 | 16 | 0 | 1E | 2E | 68 | 12 | 2E |
| Octal | 153 | 211 | 140 | 26 | 0 | 36 | 56 | 150 | 22 | 56 |
| Binary | 1101011 | 10001001 | 1100000 | 10110 | 0 | 11110 | 101110 | 1101000 | 10010 | 101110 |
Color Harmonies of #6B8960
Complementary color
Monochromatic Colors of #6B8960
Black with #6B8960
Text Example
Text Example
White with #6B8960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8960; }
p { color: rgb(107,137,96); }
H1.HeaderClassName
{
color: #6B8960;
}
.AnyTagClassName
{
color: #6B8960;
}
</style>
background-color css
<style>
a { background-color: #6B8960; }
a { background-color: rgb(107,137,96); }
div.DivClassName
{
background-color: #6B8960;
}
.BgClassName
{
background-color: #6B8960;
}
</style>
border-color css
<style>
span { border-color: #6B8960; }
span { border-color: rgb(107,137,96); }
td.TdClassName
{
border-color: #6B8960;
}
.TagClassName
{
border-color: #6B8960;
}
</style>