#788E86

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

Shades of Granny Smith #788E86

Tints of Granny Smith #788E86

Color information

#788E86 (or 0x788E86) is unknown color: approx Granny Smith. HEX triplet: 78, 8E and 86. RGB value is (120,142,134). Sum of RGB (Red+Green+Blue) = 120+142+134=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 142 - color contains mainly: green. Hex color #788E86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788E86 is #877179. Grayscale: #868686. Windows color (decimal): -8876410 or 8818296. OLE color: 8818296.

HSL color Cylindrical-coordinate representation of color #788E86: hue angle of 158.18º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788E86 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB120142134-
CMYK0.1500.060.44
HSL158.18º8.87%51.37%-
HSV(B)158.18º15.49%55.69%-
XYZ21.7225.0626.25-
YUV134.51127.71117.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 134 (52.73% from 255) = 33.84%
R=30.30%
G=35.86%
B=33.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201421340.1500.060.44158.188.8751.37
Hex788E86F062C9e933
Octal1702162061706542361163
Binary1111000100011101000011011110110101100100111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788E86; }

 p { color: rgb(120,142,134); }

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

<style>
 a { background-color: #788E86; }

 a { background-color: rgb(120,142,134); }

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

<style>
 span { border-color: #788E86; }

 span { border-color: rgb(120,142,134); }

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