Shades of Xanadu #6C8262
Tints of Xanadu #6C8262
RGB
CMYK
RGB Variations
Color information
#6C8262 (or 0x6C8262) is known color: Xanadu. HEX triplet: 6C, 82 and 62. RGB value is (108,130,98). Sum of RGB (Red+Green+Blue) = 108+130+98=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #6C8262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8262 is #937D9D. Grayscale: #777777. Windows color (decimal): -9665950 or 6455916. OLE color: 6455916.
HSL color Cylindrical-coordinate representation of color #6C8262: hue angle of 101.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C8262 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 130 | 98 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.49 |
| HSL | 101.25º | 0.14% | 0.45% | - |
| HSV(B) | 101.25º | 0.25% | 0.51% | - |
| XYZ | 16.37 | 20.04 | 14.56 | - |
| YUV | 119.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 130 | 98 | 0.17 | 0 | 0.25 | 0.49 | 101.25 | 0.14 | 0.45 |
| Hex | 6C | 82 | 62 | 11 | 0 | 19 | 31 | 65 | E | 2D |
| Octal | 154 | 202 | 142 | 21 | 0 | 31 | 61 | 145 | 16 | 55 |
| Binary | 1101100 | 10000010 | 1100010 | 10001 | 0 | 11001 | 110001 | 1100101 | 1110 | 101101 |
Color Harmonies of #6C8262
Complementary color
Monochromatic Colors of #6C8262
Black with #6C8262
Text Example
Text Example
White with #6C8262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8262; }
p { color: rgb(108,130,98); }
H1.HeaderClassName
{
color: #6C8262;
}
.AnyTagClassName
{
color: #6C8262;
}
</style>
background-color css
<style>
a { background-color: #6C8262; }
a { background-color: rgb(108,130,98); }
div.DivClassName
{
background-color: #6C8262;
}
.BgClassName
{
background-color: #6C8262;
}
</style>
border-color css
<style>
span { border-color: #6C8262; }
span { border-color: rgb(108,130,98); }
td.TdClassName
{
border-color: #6C8262;
}
.TagClassName
{
border-color: #6C8262;
}
</style>