#788B81

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

Shades of Granny Smith #788B81

Tints of Granny Smith #788B81

Color information

#788B81 (or 0x788B81) is unknown color: approx Granny Smith. HEX triplet: 78, 8B and 81. RGB value is (120,139,129). Sum of RGB (Red+Green+Blue) = 120+139+129=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 139 - color contains mainly: green. Hex color #788B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788B81 is #87747E. Grayscale: #848484. Windows color (decimal): -8877183 or 8489848. OLE color: 8489848.

HSL color Cylindrical-coordinate representation of color #788B81: hue angle of 148.42º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788B81 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB120139129-
CMYK0.1400.070.45
HSL148.42º7.57%50.78%-
HSV(B)148.42º13.67%54.51%-
XYZ20.9424.0424.31-
YUV132.18126.21119.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 139 (54.69% from 255) = 35.82%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=30.93%
G=35.82%
B=33.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201391290.1400.070.45148.427.5750.78
Hex788B81E072D94833
Octal1702132011607552241063
Binary1111000100010111000000111100111101101100101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,139,129); }

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

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

 a { background-color: rgb(120,139,129); }

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

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

 span { border-color: rgb(120,139,129); }

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