#6C8C60

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

Shades of Xanadu #6C8C60

Tints of Xanadu #6C8C60

Color information

#6C8C60 (or 0x6C8C60) is unknown color: approx Xanadu. HEX triplet: 6C, 8C and 60. RGB value is (108,140,96). Sum of RGB (Red+Green+Blue) = 108+140+96=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8C60 is #93739F. Grayscale: #7D7D7D. Windows color (decimal): -9663392 or 6327404. OLE color: 6327404.

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

Color convert

RGB10814096-
CMYK0.2300.310.45
HSL103.64º18.64%46.27%-
HSV(B)103.64º31.43%54.9%-
XYZ17.6722.7914.53-
YUV125.42111.4115.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.40%
GREEN value IS 140 (55.08% from 255) = 40.70%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=31.40%
G=40.70%
B=27.91%

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
Decimal108140960.2300.310.45103.6418.6446.27
Hex6C8C601701F2D68132e
Octal15421414027037551502356
Binary110110010001100110000010111011111101101110100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,140,96); }

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

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

 a { background-color: rgb(108,140,96); }

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

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

 span { border-color: rgb(108,140,96); }

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