#6C8368

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

Shades of Xanadu #6C8368

Tints of Xanadu #6C8368

Color information

#6C8368 (or 0x6C8368) is unknown color: approx Xanadu. HEX triplet: 6C, 83 and 68. RGB value is (108,131,104). Sum of RGB (Red+Green+Blue) = 108+131+104=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #6C8368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8368 is #937C97. Grayscale: #797979. Windows color (decimal): -9665688 or 6849388. OLE color: 6849388.

HSL color Cylindrical-coordinate representation of color #6C8368: hue angle of 111.11º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C8368 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB108131104-
CMYK0.1800.210.49
HSL111.11º11.49%46.08%-
HSV(B)111.11º20.61%51.37%-
XYZ16.820.4216.15-
YUV121.04118.38118.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.49%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=31.49%
G=38.19%
B=30.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1081311040.1800.210.49111.1111.4946.08
Hex6C836812015316fb2e
Octal15420315022025611571356
Binary11011001000001111010001001001010111000111011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,131,104); }

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

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

 a { background-color: rgb(108,131,104); }

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

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

 span { border-color: rgb(108,131,104); }

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