Html Css Color HEX #6D8562 Xanadu

📋 copy color: '#6D8562'

red 109 ◦ green 133 ◦ blue 98

#6D8562
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Xanadu #6D8562

Tints of Xanadu #6D8562

RGB

 RED value IS 109 (42.97% from 255) = 32.06%

 GREEN value IS 133 (52.34% from 255) = 39.12%

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 32.06%
G = 39.12%
B = 28.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#6D8562 (or 0x6D8562) is known color: Xanadu. HEX triplet: 6D, 85 and 62. RGB value is (109,133,98). Sum of RGB (Red+Green+Blue) = 109+133+98=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8562 is #927A9D. Grayscale: #797979. Windows color (decimal): -9599646 or 6456685. OLE color: 6456685.

HSL color Cylindrical-coordinate representation of color #6D8562: hue angle of 101.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D8562 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 133 98 -
CMYK 0.18 0 0.26 0.48
HSL 101.14º 0.15% 0.45% -
HSV(B) 101.14º 0.26% 0.52% -
XYZ 16.9 20.91 14.7 -
YUV 121.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 109 133 98 0.18 0 0.26 0.48 101.14 0.15 0.45
Hex 6D 85 62 12 0 1A 30 65 F 2D
Octal 155 205 142 22 0 32 60 145 17 55
Binary 1101101 10000101 1100010 10010 0 11010 110000 1100101 1111 101101

Color Harmonies of #6D8562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8562

Black with #6D8562

Text Example


Text Example

White with #6D8562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,133,98); }

 H1.HeaderClassName
 {
   color: #6D8562;
 }
 .AnyTagClassName
 {
   color: #6D8562;
 }
</style>

background-color css

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

 a { background-color: rgb(109,133,98); }

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

border-color css

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

 span { border-color: rgb(109,133,98); }

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