#4E6760

Color #4E6760 Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #4E6760

Tints of Stromboli #4E6760

Color information

#4E6760 (or 0x4E6760) is unknown color: approx Stromboli. HEX triplet: 4E, 67 and 60. RGB value is (78,103,96). Sum of RGB (Red+Green+Blue) = 78+103+96=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #4E6760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6760 is #B1989F. Grayscale: #5E5E5E. Windows color (decimal): -11638944 or 6317902. OLE color: 6317902.

HSL color Cylindrical-coordinate representation of color #4E6760: hue angle of 163.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E6760 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB7810396-
CMYK0.2400.070.60
HSL163.2º13.81%35.49%-
HSV(B)163.2º24.27%40.39%-
XYZ10.112.1612.88-
YUV94.73128.72116.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.16%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=28.16%
G=37.18%
B=34.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78103960.2400.070.60163.213.8135.49
Hex4E676018073Ca3e23
Octal1161471403007742431643
Binary100111011001111100000110000111111100101000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E6760; }

 p { color: rgb(78,103,96); }

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

<style>
 a { background-color: #4E6760; }

 a { background-color: rgb(78,103,96); }

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

<style>
 span { border-color: #4E6760; }

 span { border-color: rgb(78,103,96); }

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