#6C8767

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

Shades of Xanadu #6C8767

Tints of Xanadu #6C8767

Color information

#6C8767 (or 0x6C8767) is unknown color: approx Xanadu. HEX triplet: 6C, 87 and 67. RGB value is (108,135,103). Sum of RGB (Red+Green+Blue) = 108+135+103=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8767 is #937898. Grayscale: #7B7B7B. Windows color (decimal): -9664665 or 6784876. OLE color: 6784876.

HSL color Cylindrical-coordinate representation of color #6C8767: hue angle of 110.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C8767 is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB108135103-
CMYK0.200.240.47
HSL110.62º13.45%46.67%-
HSV(B)110.62º23.7%52.94%-
XYZ17.321.516.07-
YUV123.28116.55117.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.21%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=31.21%
G=39.02%
B=29.77%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081351030.200.240.47110.6213.4546.67
Hex6C8767140182F6fd2f
Octal15420714724030571571557
Binary11011001000011111001111010001100010111111011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,135,103); }

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

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

 a { background-color: rgb(108,135,103); }

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

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

 span { border-color: rgb(108,135,103); }

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