#7F9487

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

Shades of Granny Smith #7F9487

Tints of Granny Smith #7F9487

Color information

#7F9487 (or 0x7F9487) is unknown color: approx Granny Smith. HEX triplet: 7F, 94 and 87. RGB value is (127,148,135). Sum of RGB (Red+Green+Blue) = 127+148+135=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9487 is #806B78. Grayscale: #8C8C8C. Windows color (decimal): -8416121 or 8885375. OLE color: 8885375.

HSL color Cylindrical-coordinate representation of color #7F9487: hue angle of 142.86º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F9487 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB127148135-
CMYK0.1400.090.42
HSL142.86º8.94%53.92%-
HSV(B)142.86º14.19%58.04%-
XYZ23.7227.4426.97-
YUV140.24125.04118.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.98%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=30.98%
G=36.10%
B=32.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1271481350.1400.090.42142.868.9453.92
Hex7F9487E092A8f936
Octal17722420716011522171166
Binary11111111001010010000111111001001101010100011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,148,135); }

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

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

 a { background-color: rgb(127,148,135); }

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

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

 span { border-color: rgb(127,148,135); }

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