Shades of Xanadu #6C875F
Tints of Xanadu #6C875F
RGB
CMYK
RGB Variations
Color information
#6C875F (or 0x6C875F) is known color: Xanadu. HEX triplet: 6C, 87 and 5F. RGB value is (108,135,95). Sum of RGB (Red+Green+Blue) = 108+135+95=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #6C875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C875F is #9378A0. Grayscale: #7A7A7A. Windows color (decimal): -9664673 or 6260588. OLE color: 6260588.
HSL color Cylindrical-coordinate representation of color #6C875F: hue angle of 100.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C875F is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 95 | - |
| CMYK | 0.2 | 0 | 0.30 | 0.47 |
| HSL | 100.5º | 0.17% | 0.45% | - |
| HSV(B) | 100.5º | 0.3% | 0.53% | - |
| XYZ | 16.91 | 21.34 | 14.05 | - |
| YUV | 122.37 | 112.55 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 95 | 0.2 | 0 | 0.30 | 0.47 | 100.5 | 0.17 | 0.45 |
| Hex | 6C | 87 | 5F | 14 | 0 | 1E | 2F | 64 | 11 | 2D |
| Octal | 154 | 207 | 137 | 24 | 0 | 36 | 57 | 144 | 21 | 55 |
| Binary | 1101100 | 10000111 | 1011111 | 10100 | 0 | 11110 | 101111 | 1100100 | 10001 | 101101 |
Color Harmonies of #6C875F
Complementary color
Monochromatic Colors of #6C875F
Black with #6C875F
Text Example
Text Example
White with #6C875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C875F; }
p { color: rgb(108,135,95); }
H1.HeaderClassName
{
color: #6C875F;
}
.AnyTagClassName
{
color: #6C875F;
}
</style>
background-color css
<style>
a { background-color: #6C875F; }
a { background-color: rgb(108,135,95); }
div.DivClassName
{
background-color: #6C875F;
}
.BgClassName
{
background-color: #6C875F;
}
</style>
border-color css
<style>
span { border-color: #6C875F; }
span { border-color: rgb(108,135,95); }
td.TdClassName
{
border-color: #6C875F;
}
.TagClassName
{
border-color: #6C875F;
}
</style>