#6D8B61

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

Shades of Xanadu #6D8B61

Tints of Xanadu #6D8B61

Color information

#6D8B61 (or 0x6D8B61) is unknown color: approx Xanadu. HEX triplet: 6D, 8B and 61. RGB value is (109,139,97). Sum of RGB (Red+Green+Blue) = 109+139+97=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8B61 is #92749E. Grayscale: #7D7D7D. Windows color (decimal): -9598111 or 6392685. OLE color: 6392685.

HSL color Cylindrical-coordinate representation of color #6D8B61: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D8B61 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB10913997-
CMYK0.2200.300.45
HSL102.86º17.8%46.27%-
HSV(B)102.86º30.22%54.51%-
XYZ17.722.5814.73-
YUV125.24112.06116.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.59%
GREEN value IS 139 (54.69% from 255) = 40.29%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=31.59%
G=40.29%
B=28.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109139970.2200.300.45102.8617.846.27
Hex6D8B611601E2D67122e
Octal15521314126036551472256
Binary110110110001011110000110110011110101101110011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,139,97); }

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

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

 a { background-color: rgb(109,139,97); }

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

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

 span { border-color: rgb(109,139,97); }

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