#78948A

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

Shades of Granny Smith #78948A

Tints of Granny Smith #78948A

Color information

#78948A (or 0x78948A) is unknown color: approx Granny Smith. HEX triplet: 78, 94 and 8A. RGB value is (120,148,138). Sum of RGB (Red+Green+Blue) = 120+148+138=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #78948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78948A is #876B75. Grayscale: #8A8A8A. Windows color (decimal): -8874870 or 9081976. OLE color: 9081976.

HSL color Cylindrical-coordinate representation of color #78948A: hue angle of 158.57º 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 #78948A is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB120148138-
CMYK0.1900.070.42
HSL158.57º11.57%52.55%-
HSV(B)158.57º18.92%58.04%-
XYZ22.9227.0128.05-
YUV138.49127.72114.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.56%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=29.56%
G=36.45%
B=33.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201481380.1900.070.42158.5711.5752.55
Hex78948A13072A9fc35
Octal1702242122307522371465
Binary11110001001010010001010100110111101010100111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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