#78988B

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

Shades of Granny Smith #78988B

Tints of Granny Smith #78988B

Color information

#78988B (or 0x78988B) is unknown color: approx Granny Smith. HEX triplet: 78, 98 and 8B. RGB value is (120,152,139). Sum of RGB (Red+Green+Blue) = 120+152+139=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #78988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78988B is #876774. Grayscale: #8C8C8C. Windows color (decimal): -8873845 or 9148536. OLE color: 9148536.

HSL color Cylindrical-coordinate representation of color #78988B: hue angle of 155.62º 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 #78988B is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB120152139-
CMYK0.2100.090.40
HSL155.62º13.45%53.33%-
HSV(B)155.62º21.05%59.61%-
XYZ23.6328.3128.65-
YUV140.95126.9113.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.20%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 139 (54.69% from 255) = 33.82%
R=29.20%
G=36.98%
B=33.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201521390.2100.090.40155.6213.4553.33
Hex78988B1509289cd35
Octal17023021325011502341565
Binary111100010011000100010111010101001101000100111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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