Html Css Color HEX #6E8A66 Xanadu

📋 copy color: '#6E8A66'

red 110 ◦ green 138 ◦ blue 102

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

Shades of Xanadu #6E8A66

Tints of Xanadu #6E8A66

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.43%

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

R = 31.43%
G = 39.43%
B = 29.14%

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

#6E8A66 (or 0x6E8A66) is known color: Xanadu. HEX triplet: 6E, 8A and 66. RGB value is (110,138,102). Sum of RGB (Red+Green+Blue) = 110+138+102=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 138 - color contains mainly: green. Hex color #6E8A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8A66 is #917599. Grayscale: #7D7D7D. Windows color (decimal): -9532826 or 6720110. OLE color: 6720110.

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

Color convert

RGB 110 138 102 -
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.92 22.45 15.96 -
YUV 125.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 110 138 102 0.20 0 0.26 0.46 106.67 0.15 0.47
Hex 6E 8A 66 14 0 1A 2E 6B F 2F
Octal 156 212 146 24 0 32 56 153 17 57
Binary 1101110 10001010 1100110 10100 0 11010 101110 1101011 1111 101111

Color Harmonies of #6E8A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8A66

Black with #6E8A66

Text Example


Text Example

White with #6E8A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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