#7F9B95

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

Shades of Granny Smith #7F9B95

Tints of Granny Smith #7F9B95

Color information

#7F9B95 (or 0x7F9B95) is unknown color: approx Granny Smith. HEX triplet: 7F, 9B and 95. RGB value is (127,155,149). Sum of RGB (Red+Green+Blue) = 127+155+149=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9B95 is #80646A. Grayscale: #919191. Windows color (decimal): -8414315 or 9804671. OLE color: 9804671.

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

Color convert

RGB127155149-
CMYK0.1800.040.39
HSL167.14º12.28%55.29%-
HSV(B)167.14º18.06%60.78%-
XYZ25.930.1232.88-
YUV145.94129.72114.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.47%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=29.47%
G=35.96%
B=34.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1271551490.1800.040.39167.1412.2855.29
Hex7F9B95120427a7c37
Octal1772332252204472471467
Binary11111111001101110010101100100100100111101001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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