Shades of Xanadu #6C8C5F
Tints of Xanadu #6C8C5F
RGB
CMYK
RGB Variations
Color information
#6C8C5F (or 0x6C8C5F) is known color: Xanadu. HEX triplet: 6C, 8C and 5F. RGB value is (108,140,95). Sum of RGB (Red+Green+Blue) = 108+140+95=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8C5F is #9373A0. Grayscale: #7D7D7D. Windows color (decimal): -9663393 or 6261868. OLE color: 6261868.
HSL color Cylindrical-coordinate representation of color #6C8C5F: hue angle of 102.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C8C5F is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 140 | 95 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.45 |
| HSL | 102.67º | 0.19% | 0.46% | - |
| HSV(B) | 102.67º | 0.32% | 0.55% | - |
| XYZ | 17.63 | 22.77 | 14.29 | - |
| YUV | 125.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 140 | 95 | 0.23 | 0 | 0.32 | 0.45 | 102.67 | 0.19 | 0.46 |
| Hex | 6C | 8C | 5F | 17 | 0 | 20 | 2D | 67 | 13 | 2E |
| Octal | 154 | 214 | 137 | 27 | 0 | 40 | 55 | 147 | 23 | 56 |
| Binary | 1101100 | 10001100 | 1011111 | 10111 | 0 | 100000 | 101101 | 1100111 | 10011 | 101110 |
Color Harmonies of #6C8C5F
Complementary color
Monochromatic Colors of #6C8C5F
Black with #6C8C5F
Text Example
Text Example
White with #6C8C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8C5F; }
p { color: rgb(108,140,95); }
H1.HeaderClassName
{
color: #6C8C5F;
}
.AnyTagClassName
{
color: #6C8C5F;
}
</style>
background-color css
<style>
a { background-color: #6C8C5F; }
a { background-color: rgb(108,140,95); }
div.DivClassName
{
background-color: #6C8C5F;
}
.BgClassName
{
background-color: #6C8C5F;
}
</style>
border-color css
<style>
span { border-color: #6C8C5F; }
span { border-color: rgb(108,140,95); }
td.TdClassName
{
border-color: #6C8C5F;
}
.TagClassName
{
border-color: #6C8C5F;
}
</style>