#78988F

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

Shades of Granny Smith #78988F

Tints of Granny Smith #78988F

Color information

#78988F (or 0x78988F) is unknown color: approx Granny Smith. HEX triplet: 78, 98 and 8F. RGB value is (120,152,143). Sum of RGB (Red+Green+Blue) = 120+152+143=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #78988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78988F is #876770. Grayscale: #8D8D8D. Windows color (decimal): -8873841 or 9410680. OLE color: 9410680.

HSL color Cylindrical-coordinate representation of color #78988F: hue angle of 163.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78988F is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB120152143-
CMYK0.2100.060.40
HSL163.12º13.45%53.33%-
HSV(B)163.12º21.05%59.61%-
XYZ23.9328.4330.21-
YUV141.41128.9112.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.92%
GREEN value IS 152 (59.77% from 255) = 36.63%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=28.92%
G=36.63%
B=34.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201521430.2100.060.40163.1213.4553.33
Hex78988F150628a3d35
Octal1702302172506502431565
Binary11110001001100010001111101010110101000101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78988F; }

 p { color: rgb(120,152,143); }

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

<style>
 a { background-color: #78988F; }

 a { background-color: rgb(120,152,143); }

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

<style>
 span { border-color: #78988F; }

 span { border-color: rgb(120,152,143); }

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