Shades of Xanadu #6B8562
Tints of Xanadu #6B8562
RGB
CMYK
RGB Variations
Color information
#6B8562 (or 0x6B8562) is known color: Xanadu. HEX triplet: 6B, 85 and 62. RGB value is (107,133,98). Sum of RGB (Red+Green+Blue) = 107+133+98=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8562 is #947A9D. Grayscale: #797979. Windows color (decimal): -9730718 or 6456683. OLE color: 6456683.
HSL color Cylindrical-coordinate representation of color #6B8562: hue angle of 104.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B8562 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 98 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.48 |
| HSL | 104.57º | 0.15% | 0.45% | - |
| HSV(B) | 104.57º | 0.26% | 0.52% | - |
| XYZ | 16.66 | 20.78 | 14.69 | - |
| YUV | 121.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 98 | 0.20 | 0 | 0.26 | 0.48 | 104.57 | 0.15 | 0.45 |
| Hex | 6B | 85 | 62 | 14 | 0 | 1A | 30 | 69 | F | 2D |
| Octal | 153 | 205 | 142 | 24 | 0 | 32 | 60 | 151 | 17 | 55 |
| Binary | 1101011 | 10000101 | 1100010 | 10100 | 0 | 11010 | 110000 | 1101001 | 1111 | 101101 |
Color Harmonies of #6B8562
Complementary color
Monochromatic Colors of #6B8562
Black with #6B8562
Text Example
Text Example
White with #6B8562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8562; }
p { color: rgb(107,133,98); }
H1.HeaderClassName
{
color: #6B8562;
}
.AnyTagClassName
{
color: #6B8562;
}
</style>
background-color css
<style>
a { background-color: #6B8562; }
a { background-color: rgb(107,133,98); }
div.DivClassName
{
background-color: #6B8562;
}
.BgClassName
{
background-color: #6B8562;
}
</style>
border-color css
<style>
span { border-color: #6B8562; }
span { border-color: rgb(107,133,98); }
td.TdClassName
{
border-color: #6B8562;
}
.TagClassName
{
border-color: #6B8562;
}
</style>