#7D938B

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

Shades of Granny Smith #7D938B

Tints of Granny Smith #7D938B

Color information

#7D938B (or 0x7D938B) is unknown color: approx Granny Smith. HEX triplet: 7D, 93 and 8B. RGB value is (125,147,139). Sum of RGB (Red+Green+Blue) = 125+147+139=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #7D938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D938B is #826C74. Grayscale: #8B8B8B. Windows color (decimal): -8547445 or 9147261. OLE color: 9147261.

HSL color Cylindrical-coordinate representation of color #7D938B: hue angle of 158.18º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D938B is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB125147139-
CMYK0.1500.050.42
HSL158.18º9.24%53.33%-
HSV(B)158.18º14.97%57.65%-
XYZ23.5527.0928.41-
YUV139.51127.71117.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.41%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 139 (54.69% from 255) = 33.82%
R=30.41%
G=35.77%
B=33.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251471390.1500.050.42158.189.2453.33
Hex7D938BF052A9e935
Octal1752232131705522361165
Binary1111101100100111000101111110101101010100111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,147,139); }

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

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

 a { background-color: rgb(125,147,139); }

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

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

 span { border-color: rgb(125,147,139); }

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