Html Css Color HEX #6D876A Xanadu

📋 copy color: '#6D876A'

red 109 ◦ green 135 ◦ blue 106

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

Shades of Xanadu #6D876A

Tints of Xanadu #6D876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 31.14%
G = 38.57%
B = 30.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#6D876A (or 0x6D876A) is known color: Xanadu. HEX triplet: 6D, 87 and 6A. RGB value is (109,135,106). Sum of RGB (Red+Green+Blue) = 109+135+106=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #6D876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D876A is #927895. Grayscale: #7C7C7C. Windows color (decimal): -9599126 or 6981485. OLE color: 6981485.

HSL color Cylindrical-coordinate representation of color #6D876A: hue angle of 113.79º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D876A is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 135 106 -
CMYK 0.19 0 0.21 0.47
HSL 113.79º 0.12% 0.47% -
HSV(B) 113.79º 0.21% 0.53% -
XYZ 17.57 21.62 16.88 -
YUV 123.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 109 135 106 0.19 0 0.21 0.47 113.79 0.12 0.47
Hex 6D 87 6A 13 0 15 2F 72 C 2F
Octal 155 207 152 23 0 25 57 162 14 57
Binary 1101101 10000111 1101010 10011 0 10101 101111 1110010 1100 101111

Color Harmonies of #6D876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D876A

Black with #6D876A

Text Example


Text Example

White with #6D876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,135,106); }

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

background-color css

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

 a { background-color: rgb(109,135,106); }

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

border-color css

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

 span { border-color: rgb(109,135,106); }

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