#779071

Color #779071 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #779071

Tints of Spanish Green #779071

Color information

#779071 (or 0x779071) is unknown color: approx Spanish Green. HEX triplet: 77, 90 and 71. RGB value is (119,144,113). Sum of RGB (Red+Green+Blue) = 119+144+113=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #779071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779071 is #886F8E. Grayscale: #858585. Windows color (decimal): -8941455 or 7442551. OLE color: 7442551.

HSL color Cylindrical-coordinate representation of color #779071: hue angle of 108.39º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779071 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB119144113-
CMYK0.1700.220.44
HSL108.39º12.25%50.39%-
HSV(B)108.39º21.53%56.47%-
XYZ20.5625.0619.38-
YUV132.99116.72118.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=31.65%
G=38.30%
B=30.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191441130.1700.220.44108.3912.2550.39
Hex779071110162C6cc32
Octal16722016121026541541462
Binary11101111001000011100011000101011010110011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779071; }

 p { color: rgb(119,144,113); }

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

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

 a { background-color: rgb(119,144,113); }

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

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

 span { border-color: rgb(119,144,113); }

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