Html Css Color HEX #6D8964 Xanadu

📋 copy color: '#6D8964'

red 109 ◦ green 137 ◦ blue 100

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

Shades of Xanadu #6D8964

Tints of Xanadu #6D8964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 31.5%
G = 39.6%
B = 28.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#6D8964 (or 0x6D8964) is known color: Xanadu. HEX triplet: 6D, 89 and 64. RGB value is (109,137,100). Sum of RGB (Red+Green+Blue) = 109+137+100=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8964 is #92769B. Grayscale: #7C7C7C. Windows color (decimal): -9598620 or 6588781. OLE color: 6588781.

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

Color convert

RGB 109 137 100 -
CMYK 0.20 0 0.27 0.46
HSL 105.41º 0.16% 0.46% -
HSV(B) 105.41º 0.27% 0.54% -
XYZ 17.55 22.06 15.39 -
YUV 124.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 109 137 100 0.20 0 0.27 0.46 105.41 0.16 0.46
Hex 6D 89 64 14 0 1B 2E 69 10 2E
Octal 155 211 144 24 0 33 56 151 20 56
Binary 1101101 10001001 1100100 10100 0 11011 101110 1101001 10000 101110

Color Harmonies of #6D8964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8964

Black with #6D8964

Text Example


Text Example

White with #6D8964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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