Shades of Xanadu #6F8F69
Tints of Xanadu #6F8F69
RGB
CMYK
RGB Variations
Color information
#6F8F69 (or 0x6F8F69) is known color: Xanadu. HEX triplet: 6F, 8F and 69. RGB value is (111,143,105). Sum of RGB (Red+Green+Blue) = 111+143+105=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8F69 is #907096. Grayscale: #818181. Windows color (decimal): -9466007 or 6917999. OLE color: 6917999.
HSL color Cylindrical-coordinate representation of color #6F8F69: hue angle of 110.53º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F8F69 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 143 | 105 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.44 |
| HSL | 110.53º | 0.15% | 0.49% | - |
| HSV(B) | 110.53º | 0.27% | 0.56% | - |
| XYZ | 18.93 | 24.04 | 17.01 | - |
| YUV | 129.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 105 | 0.22 | 0 | 0.27 | 0.44 | 110.53 | 0.15 | 0.49 |
| Hex | 6F | 8F | 69 | 16 | 0 | 1B | 2C | 6F | F | 31 |
| Octal | 157 | 217 | 151 | 26 | 0 | 33 | 54 | 157 | 17 | 61 |
| Binary | 1101111 | 10001111 | 1101001 | 10110 | 0 | 11011 | 101100 | 1101111 | 1111 | 110001 |
Color Harmonies of #6F8F69
Complementary color
Monochromatic Colors of #6F8F69
Black with #6F8F69
Text Example
Text Example
White with #6F8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8F69; }
p { color: rgb(111,143,105); }
H1.HeaderClassName
{
color: #6F8F69;
}
.AnyTagClassName
{
color: #6F8F69;
}
</style>
background-color css
<style>
a { background-color: #6F8F69; }
a { background-color: rgb(111,143,105); }
div.DivClassName
{
background-color: #6F8F69;
}
.BgClassName
{
background-color: #6F8F69;
}
</style>
border-color css
<style>
span { border-color: #6F8F69; }
span { border-color: rgb(111,143,105); }
td.TdClassName
{
border-color: #6F8F69;
}
.TagClassName
{
border-color: #6F8F69;
}
</style>