#7E908B

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

Shades of Granny Smith #7E908B

Tints of Granny Smith #7E908B

Color information

#7E908B (or 0x7E908B) is unknown color: approx Granny Smith. HEX triplet: 7E, 90 and 8B. RGB value is (126,144,139). Sum of RGB (Red+Green+Blue) = 126+144+139=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 144 - color contains mainly: green. Hex color #7E908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E908B is #816F74. Grayscale: #8A8A8A. Windows color (decimal): -8482677 or 9146494. OLE color: 9146494.

HSL color Cylindrical-coordinate representation of color #7E908B: hue angle of 163.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E908B is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB126144139-
CMYK0.1200.030.44
HSL163.33º7.5%52.94%-
HSV(B)163.33º12.5%56.47%-
XYZ23.2426.2528.27-
YUV138.05128.54119.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.81%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=30.81%
G=35.21%
B=33.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1261441390.1200.030.44163.337.552.94
Hex7E908BC032Ca3835
Octal1762202131403542431065
Binary111111010010000100010111100011101100101000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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