#7E9F93

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

Shades of Granny Smith #7E9F93

Tints of Granny Smith #7E9F93

Color information

#7E9F93 (or 0x7E9F93) is unknown color: approx Granny Smith. HEX triplet: 7E, 9F and 93. RGB value is (126,159,147). Sum of RGB (Red+Green+Blue) = 126+159+147=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #7E9F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9F93 is #81606C. Grayscale: #939393. Windows color (decimal): -8478829 or 9674622. OLE color: 9674622.

HSL color Cylindrical-coordinate representation of color #7E9F93: hue angle of 158.18º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E9F93 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB126159147-
CMYK0.2100.080.38
HSL158.18º14.67%55.88%-
HSV(B)158.18º20.75%62.35%-
XYZ26.2731.3432.27-
YUV147.77127.57112.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.17%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 147 (57.81% from 255) = 34.03%
R=29.17%
G=36.81%
B=34.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261591470.2100.080.38158.1814.6755.88
Hex7E9F931508269ef38
Octal17623722325010462361770
Binary111111010011111100100111010101000100110100111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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