#779484

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

Shades of Granny Smith #779484

Tints of Granny Smith #779484

Color information

#779484 (or 0x779484) is unknown color: approx Granny Smith. HEX triplet: 77, 94 and 84. RGB value is (119,148,132). Sum of RGB (Red+Green+Blue) = 119+148+132=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #779484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779484 is #886B7B. Grayscale: #898989. Windows color (decimal): -8940412 or 8688759. OLE color: 8688759.

HSL color Cylindrical-coordinate representation of color #779484: hue angle of 146.9º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #779484 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB119148132-
CMYK0.2000.110.42
HSL146.9º11.93%52.35%-
HSV(B)146.9º19.59%58.04%-
XYZ22.3626.7725.82-
YUV137.5124.89114.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=29.82%
G=37.09%
B=33.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191481320.2000.110.42146.911.9352.35
Hex779484140B2A93c34
Octal16722420424013522231464
Binary111011110010100100001001010001011101010100100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779484; }

 p { color: rgb(119,148,132); }

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

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

 a { background-color: rgb(119,148,132); }

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

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

 span { border-color: rgb(119,148,132); }

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