#6E9767

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

Shades of Amulet #6E9767

Tints of Amulet #6E9767

Color information

#6E9767 (or 0x6E9767) is unknown color: approx Amulet. HEX triplet: 6E, 97 and 67. RGB value is (110,151,103). Sum of RGB (Red+Green+Blue) = 110+151+103=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #6E9767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9767 is #916898. Grayscale: #858585. Windows color (decimal): -9529497 or 6788974. OLE color: 6788974.

HSL color Cylindrical-coordinate representation of color #6E9767: hue angle of 111.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E9767 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB110151103-
CMYK0.2700.320.41
HSL111.25º18.9%49.8%-
HSV(B)111.25º31.79%59.22%-
XYZ19.9526.4316.88-
YUV133.27110.92111.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 151 (59.38% from 255) = 41.48%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=30.22%
G=41.48%
B=28.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1101511030.2700.320.41111.2518.949.8
Hex6E97671B020296f1332
Octal15622714733040511572362
Binary1101110100101111100111110110100000101001110111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,151,103); }

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

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

 a { background-color: rgb(110,151,103); }

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

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

 span { border-color: rgb(110,151,103); }

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