#6E9F60

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

Shades of Amulet #6E9F60

Tints of Amulet #6E9F60

Color information

#6E9F60 (or 0x6E9F60) is unknown color: approx Amulet. HEX triplet: 6E, 9F and 60. RGB value is (110,159,96). Sum of RGB (Red+Green+Blue) = 110+159+96=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #6E9F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9F60 is #91609F. Grayscale: #898989. Windows color (decimal): -9527456 or 6332270. OLE color: 6332270.

HSL color Cylindrical-coordinate representation of color #6E9F60: hue angle of 106.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E9F60 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB11015996-
CMYK0.3100.400.38
HSL106.67º24.71%50%-
HSV(B)106.67º39.62%62.35%-
XYZ20.9428.9615.55-
YUV137.17104.77108.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.14%
GREEN value IS 159 (62.5% from 255) = 43.56%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=30.14%
G=43.56%
B=26.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110159960.3100.400.38106.6724.7150
Hex6E9F601F028266b1932
Octal15623714037050461533162
Binary1101110100111111100000111110101000100110110101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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