#74978C

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

Shades of Granny Smith #74978C

Tints of Granny Smith #74978C

Color information

#74978C (or 0x74978C) is unknown color: approx Granny Smith. HEX triplet: 74, 97 and 8C. RGB value is (116,151,140). Sum of RGB (Red+Green+Blue) = 116+151+140=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 151 - color contains mainly: green. Hex color #74978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74978C is #8B6873. Grayscale: #8B8B8B. Windows color (decimal): -9136244 or 9213812. OLE color: 9213812.

HSL color Cylindrical-coordinate representation of color #74978C: hue angle of 161.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74978C is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB116151140-
CMYK0.2300.070.41
HSL161.14º14.4%52.35%-
HSV(B)161.14º23.18%59.22%-
XYZ2327.7428.95-
YUV139.28128.4111.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 151 (59.38% from 255) = 37.10%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=28.50%
G=37.10%
B=34.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161511400.2300.070.41161.1414.452.35
Hex74978C170729a1e34
Octal1642272142707512411664
Binary11101001001011110001100101110111101001101000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,151,140); }

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

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

 a { background-color: rgb(116,151,140); }

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

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

 span { border-color: rgb(116,151,140); }

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