#6E9166

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

Shades of Xanadu #6E9166

Tints of Xanadu #6E9166

Color information

#6E9166 (or 0x6E9166) is unknown color: approx Xanadu. HEX triplet: 6E, 91 and 66. RGB value is (110,145,102). Sum of RGB (Red+Green+Blue) = 110+145+102=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9166 is #916E99. Grayscale: #818181. Windows color (decimal): -9531034 or 6721902. OLE color: 6721902.

HSL color Cylindrical-coordinate representation of color #6E9166: hue angle of 108.84º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E9166 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB110145102-
CMYK0.2400.300.43
HSL108.84º17.41%48.43%-
HSV(B)108.84º29.66%56.86%-
XYZ18.9524.5316.31-
YUV129.63112.4114-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.81%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=30.81%
G=40.62%
B=28.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101451020.2400.300.43108.8417.4148.43
Hex6E91661801E2B6d1130
Octal15622114630036531552160
Binary110111010010001110011011000011110101011110110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,145,102); }

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

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

 a { background-color: rgb(110,145,102); }

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

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

 span { border-color: rgb(110,145,102); }

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