#7D948B

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

Shades of Granny Smith #7D948B

Tints of Granny Smith #7D948B

Color information

#7D948B (or 0x7D948B) is unknown color: approx Granny Smith. HEX triplet: 7D, 94 and 8B. RGB value is (125,148,139). Sum of RGB (Red+Green+Blue) = 125+148+139=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #7D948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D948B is #826B74. Grayscale: #8C8C8C. Windows color (decimal): -8547189 or 9147517. OLE color: 9147517.

HSL color Cylindrical-coordinate representation of color #7D948B: hue angle of 156.52º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D948B is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB125148139-
CMYK0.1600.060.42
HSL156.52º9.7%53.53%-
HSV(B)156.52º15.54%58.04%-
XYZ23.7127.428.47-
YUV140.1127.38117.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.34%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=30.34%
G=35.92%
B=33.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251481390.1600.060.42156.529.753.53
Hex7D948B10062A9da36
Octal1752242132006522351266
Binary11111011001010010001011100000110101010100111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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