#7C9C95

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

Shades of Granny Smith #7C9C95

Tints of Granny Smith #7C9C95

Color information

#7C9C95 (or 0x7C9C95) is unknown color: approx Granny Smith. HEX triplet: 7C, 9C and 95. RGB value is (124,156,149). Sum of RGB (Red+Green+Blue) = 124+156+149=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9C95 is #83636A. Grayscale: #919191. Windows color (decimal): -8610667 or 9804924. OLE color: 9804924.

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

Color convert

RGB124156149-
CMYK0.2100.040.39
HSL166.87º13.91%54.9%-
HSV(B)166.87º20.51%61.18%-
XYZ25.6330.2332.92-
YUV145.63129.9112.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.90%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=28.90%
G=36.36%
B=34.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1241561490.2100.040.39166.8713.9154.9
Hex7C9C95150427a7e37
Octal1742342252504472471667
Binary11111001001110010010101101010100100111101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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