#6C8B63

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

Shades of Xanadu #6C8B63

Tints of Xanadu #6C8B63

Color information

#6C8B63 (or 0x6C8B63) is unknown color: approx Xanadu. HEX triplet: 6C, 8B and 63. RGB value is (108,139,99). Sum of RGB (Red+Green+Blue) = 108+139+99=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #6C8B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8B63 is #93749C. Grayscale: #7D7D7D. Windows color (decimal): -9663645 or 6523756. OLE color: 6523756.

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

Color convert

RGB10813999-
CMYK0.2200.290.45
HSL106.5º16.81%46.67%-
HSV(B)106.5º28.78%54.51%-
XYZ17.6722.5515.23-
YUV125.17113.23115.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.21%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=31.21%
G=40.17%
B=28.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108139990.2200.290.45106.516.8146.67
Hex6C8B631601D2D6a112f
Octal15421314326035551522157
Binary110110010001011110001110110011101101101110101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,139,99); }

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

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

 a { background-color: rgb(108,139,99); }

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

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

 span { border-color: rgb(108,139,99); }

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