Html Css Color HEX #6D8966 Xanadu

📋 copy color: '#6D8966'

red 109 ◦ green 137 ◦ blue 102

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

Shades of Xanadu #6D8966

Tints of Xanadu #6D8966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 31.32%
G = 39.37%
B = 29.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#6D8966 (or 0x6D8966) is known color: Xanadu. HEX triplet: 6D, 89 and 66. RGB value is (109,137,102). Sum of RGB (Red+Green+Blue) = 109+137+102=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8966 is #927699. Grayscale: #7C7C7C. Windows color (decimal): -9598618 or 6719853. OLE color: 6719853.

HSL color Cylindrical-coordinate representation of color #6D8966: hue angle of 108º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D8966 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 137 102 -
CMYK 0.20 0 0.26 0.46
HSL 108º 0.15% 0.47% -
HSV(B) 108º 0.26% 0.54% -
XYZ 17.65 22.1 15.91 -
YUV 124.64 115.22 116.85 -
System Red Green Blue C M Y K H S L
Decimal 109 137 102 0.20 0 0.26 0.46 108 0.15 0.47
Hex 6D 89 66 14 0 1A 2E 6C F 2F
Octal 155 211 146 24 0 32 56 154 17 57
Binary 1101101 10001001 1100110 10100 0 11010 101110 1101100 1111 101111

Color Harmonies of #6D8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8966

Black with #6D8966

Text Example


Text Example

White with #6D8966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,137,102); }

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

background-color css

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

 a { background-color: rgb(109,137,102); }

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

border-color css

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

 span { border-color: rgb(109,137,102); }

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