#779270

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

Shades of Spanish Green #779270

Tints of Spanish Green #779270

Color information

#779270 (or 0x779270) is unknown color: approx Spanish Green. HEX triplet: 77, 92 and 70. RGB value is (119,146,112). Sum of RGB (Red+Green+Blue) = 119+146+112=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #779270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779270 is #886D8F. Grayscale: #868686. Windows color (decimal): -8940944 or 7377527. OLE color: 7377527.

HSL color Cylindrical-coordinate representation of color #779270: hue angle of 107.65º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779270 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB119146112-
CMYK0.1800.230.43
HSL107.65º13.49%50.59%-
HSV(B)107.65º23.29%57.25%-
XYZ20.8125.6519.18-
YUV134.05115.55117.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.56%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=31.56%
G=38.73%
B=29.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191461120.1800.230.43107.6513.4950.59
Hex779270120172B6cd33
Octal16722216022027531541563
Binary11101111001001011100001001001011110101111011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779270; }

 p { color: rgb(119,146,112); }

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

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

 a { background-color: rgb(119,146,112); }

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

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

 span { border-color: rgb(119,146,112); }

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