#7F9B8F

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

Shades of Granny Smith #7F9B8F

Tints of Granny Smith #7F9B8F

Color information

#7F9B8F (or 0x7F9B8F) is unknown color: approx Granny Smith. HEX triplet: 7F, 9B and 8F. RGB value is (127,155,143). Sum of RGB (Red+Green+Blue) = 127+155+143=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9B8F is #806470. Grayscale: #919191. Windows color (decimal): -8414321 or 9411455. OLE color: 9411455.

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

Color convert

RGB127155143-
CMYK0.1800.080.39
HSL154.29º12.28%55.29%-
HSV(B)154.29º18.06%60.78%-
XYZ25.4329.9430.42-
YUV145.26126.72114.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.88%
GREEN value IS 155 (60.94% from 255) = 36.47%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=29.88%
G=36.47%
B=33.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1271551430.1800.080.39154.2912.2855.29
Hex7F9B8F1208279ac37
Octal17723321722010472321467
Binary111111110011011100011111001001000100111100110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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