#78948C

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

Shades of Granny Smith #78948C

Tints of Granny Smith #78948C

Color information

#78948C (or 0x78948C) is unknown color: approx Granny Smith. HEX triplet: 78, 94 and 8C. RGB value is (120,148,140). Sum of RGB (Red+Green+Blue) = 120+148+140=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #78948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78948C is #876B73. Grayscale: #8A8A8A. Windows color (decimal): -8874868 or 9213048. OLE color: 9213048.

HSL color Cylindrical-coordinate representation of color #78948C: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78948C is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB120148140-
CMYK0.1900.050.42
HSL162.86º11.57%52.55%-
HSV(B)162.86º18.92%58.04%-
XYZ23.0727.0728.82-
YUV138.72128.72114.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.41%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=29.41%
G=36.27%
B=34.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201481400.1900.050.42162.8611.5752.55
Hex78948C13052Aa3c35
Octal1702242142305522431465
Binary11110001001010010001100100110101101010101000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78948C; }

 p { color: rgb(120,148,140); }

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

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

 a { background-color: rgb(120,148,140); }

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

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

 span { border-color: rgb(120,148,140); }

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