#78948D

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

Shades of Granny Smith #78948D

Tints of Granny Smith #78948D

Color information

#78948D (or 0x78948D) is unknown color: approx Granny Smith. HEX triplet: 78, 94 and 8D. RGB value is (120,148,141). Sum of RGB (Red+Green+Blue) = 120+148+141=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #78948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78948D is #876B72. Grayscale: #8A8A8A. Windows color (decimal): -8874867 or 9278584. OLE color: 9278584.

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

Color convert

RGB120148141-
CMYK0.1900.050.42
HSL165º11.57%52.55%-
HSV(B)165º18.92%58.04%-
XYZ23.1427.129.21-
YUV138.83129.22114.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.34%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 141 (55.47% from 255) = 34.47%
R=29.34%
G=36.19%
B=34.47%

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
Decimal1201481410.1900.050.4216511.5752.55
Hex78948D13052Aa5c35
Octal1702242152305522451465
Binary11110001001010010001101100110101101010101001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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