Html Css Color HEX #6E8766 Xanadu

📋 copy color: '#6E8766'

red 110 ◦ green 135 ◦ blue 102

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

Shades of Xanadu #6E8766

Tints of Xanadu #6E8766

RGB

 RED value IS 110 (43.36% from 255) = 31.7%

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

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

R = 31.7%
G = 38.9%
B = 29.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#6E8766 (or 0x6E8766) is known color: Xanadu. HEX triplet: 6E, 87 and 66. RGB value is (110,135,102). Sum of RGB (Red+Green+Blue) = 110+135+102=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8766 is #917899. Grayscale: #7B7B7B. Windows color (decimal): -9533594 or 6719342. OLE color: 6719342.

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

Color convert

RGB 110 135 102 -
CMYK 0.19 0 0.24 0.47
HSL 105.45º 0.14% 0.46% -
HSV(B) 105.45º 0.24% 0.53% -
XYZ 17.49 21.6 15.82 -
YUV 123.76 115.72 118.18 -
System Red Green Blue C M Y K H S L
Decimal 110 135 102 0.19 0 0.24 0.47 105.45 0.14 0.46
Hex 6E 87 66 13 0 18 2F 69 E 2E
Octal 156 207 146 23 0 30 57 151 16 56
Binary 1101110 10000111 1100110 10011 0 11000 101111 1101001 1110 101110

Color Harmonies of #6E8766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8766

Black with #6E8766

Text Example


Text Example

White with #6E8766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,135,102); }

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

background-color css

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

 a { background-color: rgb(110,135,102); }

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

border-color css

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

 span { border-color: rgb(110,135,102); }

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