#7D948D

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

Shades of Granny Smith #7D948D

Tints of Granny Smith #7D948D

Color information

#7D948D (or 0x7D948D) is unknown color: approx Granny Smith. HEX triplet: 7D, 94 and 8D. RGB value is (125,148,141). Sum of RGB (Red+Green+Blue) = 125+148+141=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #7D948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D948D is #826B72. Grayscale: #8C8C8C. Windows color (decimal): -8547187 or 9278589. OLE color: 9278589.

HSL color Cylindrical-coordinate representation of color #7D948D: hue angle of 161.74º 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 #7D948D is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB125148141-
CMYK0.1600.050.42
HSL161.74º9.7%53.53%-
HSV(B)161.74º15.54%58.04%-
XYZ23.8627.4629.24-
YUV140.32128.38117.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.19%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=30.19%
G=35.75%
B=34.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251481410.1600.050.42161.749.753.53
Hex7D948D10052Aa2a36
Octal1752242152005522421266
Binary11111011001010010001101100000101101010101000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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