#7E9D92

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

Shades of Granny Smith #7E9D92

Tints of Granny Smith #7E9D92

Color information

#7E9D92 (or 0x7E9D92) is unknown color: approx Granny Smith. HEX triplet: 7E, 9D and 92. RGB value is (126,157,146). Sum of RGB (Red+Green+Blue) = 126+157+146=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #7E9D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9D92 is #81626D. Grayscale: #929292. Windows color (decimal): -8479342 or 9608574. OLE color: 9608574.

HSL color Cylindrical-coordinate representation of color #7E9D92: hue angle of 158.71º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E9D92 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB126157146-
CMYK0.2000.070.38
HSL158.71º13.66%55.49%-
HSV(B)158.71º19.75%61.57%-
XYZ25.8530.6231.74-
YUV146.48127.73113.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.37%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=29.37%
G=36.60%
B=34.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261571460.2000.070.38158.7113.6655.49
Hex7E9D921407269fe37
Octal1762352222407462371667
Binary11111101001110110010010101000111100110100111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,157,146); }

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

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

 a { background-color: rgb(126,157,146); }

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

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

 span { border-color: rgb(126,157,146); }

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