#7D9C95

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

Shades of Granny Smith #7D9C95

Tints of Granny Smith #7D9C95

Color information

#7D9C95 (or 0x7D9C95) is unknown color: approx Granny Smith. HEX triplet: 7D, 9C and 95. RGB value is (125,156,149). Sum of RGB (Red+Green+Blue) = 125+156+149=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9C95 is #82636A. Grayscale: #919191. Windows color (decimal): -8545131 or 9804925. OLE color: 9804925.

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

Color convert

RGB125156149-
CMYK0.2000.040.39
HSL166.45º13.54%55.1%-
HSV(B)166.45º19.87%61.18%-
XYZ25.7730.3132.93-
YUV145.93129.73113.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.07%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=29.07%
G=36.28%
B=34.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1251561490.2000.040.39166.4513.5455.1
Hex7D9C95140427a6e37
Octal1752342252404472461667
Binary11111011001110010010101101000100100111101001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,156,149); }

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

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

 a { background-color: rgb(125,156,149); }

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

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

 span { border-color: rgb(125,156,149); }

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