#7E9379

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

Shades of Spanish Green #7E9379

Tints of Spanish Green #7E9379

Color information

#7E9379 (or 0x7E9379) is unknown color: approx Spanish Green. HEX triplet: 7E, 93 and 79. RGB value is (126,147,121). Sum of RGB (Red+Green+Blue) = 126+147+121=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9379 is #816C86. Grayscale: #898989. Windows color (decimal): -8481927 or 7967614. OLE color: 7967614.

HSL color Cylindrical-coordinate representation of color #7E9379: hue angle of 108.46º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E9379 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB126147121-
CMYK0.1400.180.42
HSL108.46º10.74%52.55%-
HSV(B)108.46º17.69%57.65%-
XYZ22.4926.6822.05-
YUV137.76118.54119.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.98%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=31.98%
G=37.31%
B=30.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1261471210.1400.180.42108.4610.7452.55
Hex7E9379E0122A6cb35
Octal17622317116022521541365
Binary1111110100100111111001111001001010101011011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E9379; }

 p { color: rgb(126,147,121); }

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

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

 a { background-color: rgb(126,147,121); }

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

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

 span { border-color: rgb(126,147,121); }

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