#6B8362

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

Shades of Xanadu #6B8362

Tints of Xanadu #6B8362

Color information

#6B8362 (or 0x6B8362) is unknown color: approx Xanadu. HEX triplet: 6B, 83 and 62. RGB value is (107,131,98). Sum of RGB (Red+Green+Blue) = 107+131+98=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8362 is #947C9D. Grayscale: #787878. Windows color (decimal): -9731230 or 6456171. OLE color: 6456171.

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

Color convert

RGB10713198-
CMYK0.1800.250.49
HSL103.64º14.41%44.9%-
HSV(B)103.64º25.19%51.37%-
XYZ16.3820.2414.6-
YUV120.06115.55118.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.85%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=31.85%
G=38.99%
B=29.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107131980.1800.250.49103.6414.4144.9
Hex6B8362120193168e2d
Octal15320314222031611501655
Binary11010111000001111000101001001100111000111010001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,131,98); }

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

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

 a { background-color: rgb(107,131,98); }

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

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

 span { border-color: rgb(107,131,98); }

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