#7D9D97

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

Shades of Granny Smith #7D9D97

Tints of Granny Smith #7D9D97

Color information

#7D9D97 (or 0x7D9D97) is unknown color: approx Granny Smith. HEX triplet: 7D, 9D and 97. RGB value is (125,157,151). Sum of RGB (Red+Green+Blue) = 125+157+151=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 157 - color contains mainly: green. Hex color #7D9D97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9D97 is #826268. Grayscale: #929292. Windows color (decimal): -8544873 or 9936253. OLE color: 9936253.

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

Color convert

RGB125157151-
CMYK0.2000.040.38
HSL168.75º14.04%55.29%-
HSV(B)168.75º20.38%61.57%-
XYZ26.130.7133.83-
YUV146.75130.4112.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.87%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 151 (59.38% from 255) = 34.87%
R=28.87%
G=36.26%
B=34.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251571510.2000.040.38168.7514.0455.29
Hex7D9D97140426a9e37
Octal1752352272404462511667
Binary11111011001110110010111101000100100110101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,157,151); }

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

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

 a { background-color: rgb(125,157,151); }

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

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

 span { border-color: rgb(125,157,151); }

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