#6E9F68

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

Shades of Amulet #6E9F68

Tints of Amulet #6E9F68

Color information

#6E9F68 (or 0x6E9F68) is unknown color: approx Amulet. HEX triplet: 6E, 9F and 68. RGB value is (110,159,104). Sum of RGB (Red+Green+Blue) = 110+159+104=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #6E9F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9F68 is #916097. Grayscale: #8A8A8A. Windows color (decimal): -9527448 or 6856558. OLE color: 6856558.

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

Color convert

RGB110159104-
CMYK0.3100.350.38
HSL113.45º22.27%51.57%-
HSV(B)113.45º34.59%62.35%-
XYZ21.3329.1117.59-
YUV138.08108.77107.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.49%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=29.49%
G=42.63%
B=27.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101591040.3100.350.38113.4522.2751.57
Hex6E9F681F02326711634
Octal15623715037043461612664
Binary1101110100111111101000111110100011100110111000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,159,104); }

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

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

 a { background-color: rgb(110,159,104); }

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

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

 span { border-color: rgb(110,159,104); }

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