#7D9C96

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

Shades of Granny Smith #7D9C96

Tints of Granny Smith #7D9C96

Color information

#7D9C96 (or 0x7D9C96) is unknown color: approx Granny Smith. HEX triplet: 7D, 9C and 96. RGB value is (125,156,150). Sum of RGB (Red+Green+Blue) = 125+156+150=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9C96 is #826369. Grayscale: #929292. Windows color (decimal): -8545130 or 9870461. OLE color: 9870461.

HSL color Cylindrical-coordinate representation of color #7D9C96: hue angle of 168.39º 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 #7D9C96 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB125156150-
CMYK0.2000.040.39
HSL168.39º13.54%55.1%-
HSV(B)168.39º19.87%61.18%-
XYZ25.8530.3433.35-
YUV146.05130.23112.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.00%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=29.00%
G=36.19%
B=34.80%

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
Decimal1251561500.2000.040.39168.3913.5455.1
Hex7D9C96140427a8e37
Octal1752342262404472501667
Binary11111011001110010010110101000100100111101010001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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