#6C8D61

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

Shades of Xanadu #6C8D61

Tints of Xanadu #6C8D61

Color information

#6C8D61 (or 0x6C8D61) is unknown color: approx Xanadu. HEX triplet: 6C, 8D and 61. RGB value is (108,141,97). Sum of RGB (Red+Green+Blue) = 108+141+97=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #6C8D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8D61 is #93729E. Grayscale: #7E7E7E. Windows color (decimal): -9663135 or 6393196. OLE color: 6393196.

HSL color Cylindrical-coordinate representation of color #6C8D61: hue angle of 105º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C8D61 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB10814197-
CMYK0.2300.310.45
HSL105º18.49%46.67%-
HSV(B)105º31.21%55.29%-
XYZ17.8723.114.83-
YUV126.12111.57115.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.21%
GREEN value IS 141 (55.47% from 255) = 40.75%
BLUE value IS 97 (38.28% from 255) = 28.03%
R=31.21%
G=40.75%
B=28.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108141970.2300.310.4510518.4946.67
Hex6C8D611701F2D69122f
Octal15421514127037551512257
Binary110110010001101110000110111011111101101110100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,141,97); }

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

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

 a { background-color: rgb(108,141,97); }

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

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

 span { border-color: rgb(108,141,97); }

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