#6C8A5D

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

Shades of Xanadu #6C8A5D

Tints of Xanadu #6C8A5D

Color information

#6C8A5D (or 0x6C8A5D) is unknown color: approx Xanadu. HEX triplet: 6C, 8A and 5D. RGB value is (108,138,93). Sum of RGB (Red+Green+Blue) = 108+138+93=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8A5D is #9375A2. Grayscale: #7C7C7C. Windows color (decimal): -9663907 or 6130284. OLE color: 6130284.

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

Color convert

RGB10813893-
CMYK0.2200.330.46
HSL100º19.48%45.29%-
HSV(B)100º32.61%54.12%-
XYZ17.2522.1613.72-
YUV123.9110.56116.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.86%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=31.86%
G=40.71%
B=27.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108138930.2200.330.4610019.4845.29
Hex6C8A5D160212E64132d
Octal15421213526041561442355
Binary1101100100010101011101101100100001101110110010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,138,93); }

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

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

 a { background-color: rgb(108,138,93); }

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

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

 span { border-color: rgb(108,138,93); }

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