#7E9A8B

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

Shades of Granny Smith #7E9A8B

Tints of Granny Smith #7E9A8B

Color information

#7E9A8B (or 0x7E9A8B) is unknown color: approx Granny Smith. HEX triplet: 7E, 9A and 8B. RGB value is (126,154,139). Sum of RGB (Red+Green+Blue) = 126+154+139=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #7E9A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9A8B is #816574. Grayscale: #8F8F8F. Windows color (decimal): -8480117 or 9149054. OLE color: 9149054.

HSL color Cylindrical-coordinate representation of color #7E9A8B: hue angle of 147.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E9A8B is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB126154139-
CMYK0.1800.100.40
HSL147.86º12.17%54.9%-
HSV(B)147.86º18.18%60.39%-
XYZ24.8229.4128.79-
YUV143.92125.22115.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.07%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=30.07%
G=36.75%
B=33.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1261541390.1800.100.40147.8612.1754.9
Hex7E9A8B120A2894c37
Octal17623221322012502241467
Binary111111010011010100010111001001010101000100101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,154,139); }

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

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

 a { background-color: rgb(126,154,139); }

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

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

 span { border-color: rgb(126,154,139); }

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