#78948B

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

Shades of Granny Smith #78948B

Tints of Granny Smith #78948B

Color information

#78948B (or 0x78948B) is unknown color: approx Granny Smith. HEX triplet: 78, 94 and 8B. RGB value is (120,148,139). Sum of RGB (Red+Green+Blue) = 120+148+139=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #78948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78948B is #876B74. Grayscale: #8A8A8A. Windows color (decimal): -8874869 or 9147512. OLE color: 9147512.

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

Color convert

RGB120148139-
CMYK0.1900.060.42
HSL160.71º11.57%52.55%-
HSV(B)160.71º18.92%58.04%-
XYZ2327.0428.43-
YUV138.6128.22114.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.48%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=29.48%
G=36.36%
B=34.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201481390.1900.060.42160.7111.5752.55
Hex78948B13062Aa1c35
Octal1702242132306522411465
Binary11110001001010010001011100110110101010101000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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