Shades of Xanadu #6F9367
Tints of Xanadu #6F9367
RGB
CMYK
RGB Variations
Color information
#6F9367 (or 0x6F9367) is known color: Xanadu. HEX triplet: 6F, 93 and 67. RGB value is (111,147,103). Sum of RGB (Red+Green+Blue) = 111+147+103=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9367 is #906C98. Grayscale: #838383. Windows color (decimal): -9464985 or 6787951. OLE color: 6787951.
HSL color Cylindrical-coordinate representation of color #6F9367: hue angle of 109.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F9367 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 147 | 103 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.42 |
| HSL | 109.09º | 0.18% | 0.49% | - |
| HSV(B) | 109.09º | 0.3% | 0.58% | - |
| XYZ | 19.44 | 25.23 | 16.68 | - |
| YUV | 131.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 103 | 0.24 | 0 | 0.30 | 0.42 | 109.09 | 0.18 | 0.49 |
| Hex | 6F | 93 | 67 | 18 | 0 | 1E | 2A | 6D | 12 | 31 |
| Octal | 157 | 223 | 147 | 30 | 0 | 36 | 52 | 155 | 22 | 61 |
| Binary | 1101111 | 10010011 | 1100111 | 11000 | 0 | 11110 | 101010 | 1101101 | 10010 | 110001 |
Color Harmonies of #6F9367
Complementary color
Monochromatic Colors of #6F9367
Black with #6F9367
Text Example
Text Example
White with #6F9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9367; }
p { color: rgb(111,147,103); }
H1.HeaderClassName
{
color: #6F9367;
}
.AnyTagClassName
{
color: #6F9367;
}
</style>
background-color css
<style>
a { background-color: #6F9367; }
a { background-color: rgb(111,147,103); }
div.DivClassName
{
background-color: #6F9367;
}
.BgClassName
{
background-color: #6F9367;
}
</style>
border-color css
<style>
span { border-color: #6F9367; }
span { border-color: rgb(111,147,103); }
td.TdClassName
{
border-color: #6F9367;
}
.TagClassName
{
border-color: #6F9367;
}
</style>