#6E876A

Color #6E876A Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #6E876A

Tints of Xanadu #6E876A

Color information

#6E876A (or 0x6E876A) is unknown color: approx Xanadu. HEX triplet: 6E, 87 and 6A. RGB value is (110,135,106). Sum of RGB (Red+Green+Blue) = 110+135+106=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #6E876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E876A is #917895. Grayscale: #7C7C7C. Windows color (decimal): -9533590 or 6981486. OLE color: 6981486.

HSL color Cylindrical-coordinate representation of color #6E876A: hue angle of 111.72º 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 #6E876A is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB110135106-
CMYK0.1900.210.47
HSL111.72º12.03%47.25%-
HSV(B)111.72º21.48%52.94%-
XYZ17.721.6816.89-
YUV124.22117.72117.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.34%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=31.34%
G=38.46%
B=30.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1101351060.1900.210.47111.7212.0347.25
Hex6E876A130152F70c2f
Octal15620715223025571601457
Binary11011101000011111010101001101010110111111100001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E876A;
 }
 .AnyTagClassName
 {
   color: #6E876A;
 }
</style>
background-color css

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

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

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

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

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

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