#778E71

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

Shades of Spanish Green #778E71

Tints of Spanish Green #778E71

Color information

#778E71 (or 0x778E71) is unknown color: approx Spanish Green. HEX triplet: 77, 8E and 71. RGB value is (119,142,113). Sum of RGB (Red+Green+Blue) = 119+142+113=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 142 - color contains mainly: green. Hex color #778E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778E71 is #88718E. Grayscale: #838383. Windows color (decimal): -8941967 or 7442039. OLE color: 7442039.

HSL color Cylindrical-coordinate representation of color #778E71: hue angle of 107.59º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #778E71 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB119142113-
CMYK0.1600.200.44
HSL107.59º11.37%50%-
HSV(B)107.59º20.42%55.69%-
XYZ20.2624.4619.28-
YUV131.82117.38118.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 142 (55.86% from 255) = 37.97%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=31.82%
G=37.97%
B=30.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191421130.1600.200.44107.5911.3750
Hex778E71100142C6cb32
Octal16721616120024541541362
Binary11101111000111011100011000001010010110011011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778E71; }

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

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

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

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

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

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

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

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