#6F8968

Color #6F8968 Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #6F8968

Tints of Xanadu #6F8968

Color information

#6F8968 (or 0x6F8968) is unknown color: approx Xanadu. HEX triplet: 6F, 89 and 68. RGB value is (111,137,104). Sum of RGB (Red+Green+Blue) = 111+137+104=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8968 is #907697. Grayscale: #7D7D7D. Windows color (decimal): -9467544 or 6850927. OLE color: 6850927.

HSL color Cylindrical-coordinate representation of color #6F8968: hue angle of 107.27º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F8968 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB111137104-
CMYK0.1900.240.46
HSL107.27º13.69%47.25%-
HSV(B)107.27º24.09%53.73%-
XYZ1822.2716.45-
YUV125.46115.89117.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 31.53%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=31.53%
G=38.92%
B=29.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1111371040.1900.240.46107.2713.6947.25
Hex6F8968130182E6be2f
Octal15721115023030561531657
Binary11011111000100111010001001101100010111011010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F8968; }

 p { color: rgb(111,137,104); }

 H1.HeaderClassName
 {
   color: #6F8968;
 }
 .AnyTagClassName
 {
   color: #6F8968;
 }
</style>
background-color css

<style>
 a { background-color: #6F8968; }

 a { background-color: rgb(111,137,104); }

 div.DivClassName
 {
   background-color: #6F8968;
 }
 .BgClassName
 {
   background-color: #6F8968;
 }
</style>
border-color css

<style>
 span { border-color: #6F8968; }

 span { border-color: rgb(111,137,104); }

 td.TdClassName
 {
   border-color: #6F8968;
 }
 .TagClassName
 {
   border-color: #6F8968;
 }
</style>