#7F9389

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

Shades of Granny Smith #7F9389

Tints of Granny Smith #7F9389

Color information

#7F9389 (or 0x7F9389) is unknown color: approx Granny Smith. HEX triplet: 7F, 93 and 89. RGB value is (127,147,137). Sum of RGB (Red+Green+Blue) = 127+147+137=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9389 is #806C76. Grayscale: #8B8B8B. Windows color (decimal): -8416375 or 9016191. OLE color: 9016191.

HSL color Cylindrical-coordinate representation of color #7F9389: hue angle of 150º degrees, saturation: 0.08, 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 #7F9389 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB127147137-
CMYK0.1400.070.42
HSL150º8.47%53.73%-
HSV(B)150º13.61%57.65%-
XYZ23.727.1927.67-
YUV139.88126.37118.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.90%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 137 (53.91% from 255) = 33.33%
R=30.90%
G=35.77%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1271471370.1400.070.421508.4753.73
Hex7F9389E072A96836
Octal1772232111607522261066
Binary1111111100100111000100111100111101010100101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,147,137); }

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

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

 a { background-color: rgb(127,147,137); }

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

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

 span { border-color: rgb(127,147,137); }

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