Html Css Color HEX #6D8965 Xanadu

📋 copy color: '#6D8965'

red 109 ◦ green 137 ◦ blue 101

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

Shades of Xanadu #6D8965

Tints of Xanadu #6D8965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.11%

R = 31.41%
G = 39.48%
B = 29.11%

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

#6D8965 (or 0x6D8965) is known color: Xanadu. HEX triplet: 6D, 89 and 65. RGB value is (109,137,101). Sum of RGB (Red+Green+Blue) = 109+137+101=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8965 is #92769A. Grayscale: #7C7C7C. Windows color (decimal): -9598619 or 6654317. OLE color: 6654317.

HSL color Cylindrical-coordinate representation of color #6D8965: hue angle of 106.67º 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 #6D8965 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 137 101 -
CMYK 0.20 0 0.26 0.46
HSL 106.67º 0.15% 0.47% -
HSV(B) 106.67º 0.26% 0.54% -
XYZ 17.6 22.08 15.65 -
YUV 124.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 109 137 101 0.20 0 0.26 0.46 106.67 0.15 0.47
Hex 6D 89 65 14 0 1A 2E 6B F 2F
Octal 155 211 145 24 0 32 56 153 17 57
Binary 1101101 10001001 1100101 10100 0 11010 101110 1101011 1111 101111

Color Harmonies of #6D8965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8965

Black with #6D8965

Text Example


Text Example

White with #6D8965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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