#778F71

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

Shades of Spanish Green #778F71

Tints of Spanish Green #778F71

Color information

#778F71 (or 0x778F71) is unknown color: approx Spanish Green. HEX triplet: 77, 8F and 71. RGB value is (119,143,113). Sum of RGB (Red+Green+Blue) = 119+143+113=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 143 - color contains mainly: green. Hex color #778F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778F71 is #88708E. Grayscale: #848484. Windows color (decimal): -8941711 or 7442295. OLE color: 7442295.

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

Color convert

RGB119143113-
CMYK0.1700.210.44
HSL108º11.81%50.2%-
HSV(B)108º20.98%56.08%-
XYZ20.4124.7619.33-
YUV132.4117.05118.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=31.73%
G=38.13%
B=30.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191431130.1700.210.4410811.8150.2
Hex778F71110152C6cc32
Octal16721716121025541541462
Binary11101111000111111100011000101010110110011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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