#6A8065

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

Shades of Xanadu #6A8065

Tints of Xanadu #6A8065

Color information

#6A8065 (or 0x6A8065) is unknown color: approx Xanadu. HEX triplet: 6A, 80 and 65. RGB value is (106,128,101). Sum of RGB (Red+Green+Blue) = 106+128+101=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 128 - color contains mainly: green. Hex color #6A8065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8065 is #957F9A. Grayscale: #767676. Windows color (decimal): -9797531 or 6652010. OLE color: 6652010.

HSL color Cylindrical-coordinate representation of color #6A8065: hue angle of 108.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A8065 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB106128101-
CMYK0.1700.210.50
HSL108.89º11.79%44.9%-
HSV(B)108.89º21.09%50.2%-
XYZ16.0119.4415.22-
YUV118.34118.21119.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=31.64%
G=38.21%
B=30.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1061281010.1700.210.50108.8911.7944.9
Hex6A806511015326dc2d
Octal15220014521025621551455
Binary11010101000000011001011000101010111001011011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,128,101); }

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

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

 a { background-color: rgb(106,128,101); }

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

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

 span { border-color: rgb(106,128,101); }

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