#788981

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

Shades of Granny Smith #788981

Tints of Granny Smith #788981

Color information

#788981 (or 0x788981) is unknown color: approx Granny Smith. HEX triplet: 78, 89 and 81. RGB value is (120,137,129). Sum of RGB (Red+Green+Blue) = 120+137+129=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 137 - color contains mainly: green. Hex color #788981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788981 is #87767E. Grayscale: #838383. Windows color (decimal): -8877695 or 8489336. OLE color: 8489336.

HSL color Cylindrical-coordinate representation of color #788981: hue angle of 151.76º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #788981 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB120137129-
CMYK0.1200.060.46
HSL151.76º6.72%50.39%-
HSV(B)151.76º12.41%53.73%-
XYZ20.6523.4724.21-
YUV131126.87120.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=31.09%
G=35.49%
B=33.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201371290.1200.060.46151.766.7250.39
Hex788981C062E98732
Octal170211201140656230762
Binary111100010001001100000011100011010111010011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788981; }

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

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

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

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

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

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

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

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