#778974

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

Shades of Spanish Green #778974

Tints of Spanish Green #778974

Color information

#778974 (or 0x778974) is unknown color: approx Spanish Green. HEX triplet: 77, 89 and 74. RGB value is (119,137,116). Sum of RGB (Red+Green+Blue) = 119+137+116=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #778974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778974 is #88768B. Grayscale: #818181. Windows color (decimal): -8943244 or 7637367. OLE color: 7637367.

HSL color Cylindrical-coordinate representation of color #778974: hue angle of 111.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #778974 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB119137116-
CMYK0.1300.150.46
HSL111.43º8.3%49.61%-
HSV(B)111.43º15.33%53.73%-
XYZ19.7123.0719.94-
YUV129.22120.54120.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=31.99%
G=36.83%
B=31.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191371160.1300.150.46111.438.349.61
Hex778974D0F2E6f832
Octal16721116415017561571062
Binary111011110001001111010011010111110111011011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778974; }

 p { color: rgb(119,137,116); }

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

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

 a { background-color: rgb(119,137,116); }

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

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

 span { border-color: rgb(119,137,116); }

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