#7E9388

Color #7E9388 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #7E9388

Tints of Granny Smith #7E9388

Color information

#7E9388 (or 0x7E9388) is unknown color: approx Granny Smith. HEX triplet: 7E, 93 and 88. RGB value is (126,147,136). Sum of RGB (Red+Green+Blue) = 126+147+136=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9388 is #816C77. Grayscale: #8B8B8B. Windows color (decimal): -8481912 or 8950654. OLE color: 8950654.

HSL color Cylindrical-coordinate representation of color #7E9388: hue angle of 148.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E9388 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB126147136-
CMYK0.1400.070.42
HSL148.57º8.86%53.53%-
HSV(B)148.57º14.29%57.65%-
XYZ23.4827.0827.28-
YUV139.47126.04118.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.81%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=30.81%
G=35.94%
B=33.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1261471360.1400.070.42148.578.8653.53
Hex7E9388E072A95936
Octal1762232101607522251166
Binary1111110100100111000100011100111101010100101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E9388; }

 p { color: rgb(126,147,136); }

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

<style>
 a { background-color: #7E9388; }

 a { background-color: rgb(126,147,136); }

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

<style>
 span { border-color: #7E9388; }

 span { border-color: rgb(126,147,136); }

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