#78988A

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

Shades of Granny Smith #78988A

Tints of Granny Smith #78988A

Color information

#78988A (or 0x78988A) is unknown color: approx Granny Smith. HEX triplet: 78, 98 and 8A. RGB value is (120,152,138). Sum of RGB (Red+Green+Blue) = 120+152+138=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #78988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78988A is #876775. Grayscale: #8C8C8C. Windows color (decimal): -8873846 or 9083000. OLE color: 9083000.

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

Color convert

RGB120152138-
CMYK0.2100.090.40
HSL153.75º13.45%53.33%-
HSV(B)153.75º21.05%59.61%-
XYZ23.5628.2828.26-
YUV140.84126.4113.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.27%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=29.27%
G=37.07%
B=33.66%

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
Decimal1201521380.2100.090.40153.7513.4553.33
Hex78988A1509289ad35
Octal17023021225011502321565
Binary111100010011000100010101010101001101000100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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