#7E998A

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

Shades of Granny Smith #7E998A

Tints of Granny Smith #7E998A

Color information

#7E998A (or 0x7E998A) is unknown color: approx Granny Smith. HEX triplet: 7E, 99 and 8A. RGB value is (126,153,138). Sum of RGB (Red+Green+Blue) = 126+153+138=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #7E998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E998A is #816675. Grayscale: #8F8F8F. Windows color (decimal): -8480374 or 9083262. OLE color: 9083262.

HSL color Cylindrical-coordinate representation of color #7E998A: hue angle of 146.67º 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 #7E998A is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB126153138-
CMYK0.1800.100.4
HSL146.67º11.69%54.71%-
HSV(B)146.67º17.65%60%-
XYZ24.5829.0528.36-
YUV143.22125.05115.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=30.22%
G=36.69%
B=33.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1261531380.1800.100.4146.6711.6954.71
Hex7E998A120A2893c37
Octal17623121222012502231467
Binary111111010011001100010101001001010101000100100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,153,138); }

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

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

 a { background-color: rgb(126,153,138); }

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

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

 span { border-color: rgb(126,153,138); }

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