#6F8E61

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

Shades of Xanadu #6F8E61

Tints of Xanadu #6F8E61

Color information

#6F8E61 (or 0x6F8E61) is unknown color: approx Xanadu. HEX triplet: 6F, 8E and 61. RGB value is (111,142,97). Sum of RGB (Red+Green+Blue) = 111+142+97=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8E61 is #90719E. Grayscale: #7F7F7F. Windows color (decimal): -9466271 or 6393455. OLE color: 6393455.

HSL color Cylindrical-coordinate representation of color #6F8E61: hue angle of 101.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F8E61 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB11114297-
CMYK0.2200.320.44
HSL101.33º18.83%46.86%-
HSV(B)101.33º31.69%55.69%-
XYZ18.3923.5914.89-
YUV127.6110.73116.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.71%
GREEN value IS 142 (55.86% from 255) = 40.57%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=31.71%
G=40.57%
B=27.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111142970.2200.320.44101.3318.8346.86
Hex6F8E61160202C65132f
Octal15721614126040541452357
Binary1101111100011101100001101100100000101100110010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,142,97); }

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

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

 a { background-color: rgb(111,142,97); }

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

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

 span { border-color: rgb(111,142,97); }

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