#7F9C95

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

Shades of Granny Smith #7F9C95

Tints of Granny Smith #7F9C95

Color information

#7F9C95 (or 0x7F9C95) is unknown color: approx Granny Smith. HEX triplet: 7F, 9C and 95. RGB value is (127,156,149). Sum of RGB (Red+Green+Blue) = 127+156+149=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 156 - color contains mainly: green. Hex color #7F9C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9C95 is #80636A. Grayscale: #929292. Windows color (decimal): -8414059 or 9804927. OLE color: 9804927.

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

Color convert

RGB127156149-
CMYK0.1900.040.39
HSL165.52º12.78%55.49%-
HSV(B)165.52º18.59%61.18%-
XYZ26.0730.4632.94-
YUV146.53129.39114.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.40%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=29.40%
G=36.11%
B=34.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1271561490.1900.040.39165.5212.7855.49
Hex7F9C95130427a6d37
Octal1772342252304472461567
Binary11111111001110010010101100110100100111101001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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