#6E9E6A

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

Shades of Amulet #6E9E6A

Tints of Amulet #6E9E6A

Color information

#6E9E6A (or 0x6E9E6A) is unknown color: approx Amulet. HEX triplet: 6E, 9E and 6A. RGB value is (110,158,106). Sum of RGB (Red+Green+Blue) = 110+158+106=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #6E9E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9E6A is #916195. Grayscale: #898989. Windows color (decimal): -9527702 or 6987374. OLE color: 6987374.

HSL color Cylindrical-coordinate representation of color #6E9E6A: hue angle of 115.38º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E9E6A is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB110158106-
CMYK0.3000.330.38
HSL115.38º21.14%51.76%-
HSV(B)115.38º32.91%61.96%-
XYZ21.2628.8118.08-
YUV137.72110.1108.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.41%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=29.41%
G=42.25%
B=28.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101581060.3000.330.38115.3821.1451.76
Hex6E9E6A1E02126731534
Octal15623615236041461632564
Binary1101110100111101101010111100100001100110111001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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