#7E937A

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

Shades of Spanish Green #7E937A

Tints of Spanish Green #7E937A

Color information

#7E937A (or 0x7E937A) is unknown color: approx Spanish Green. HEX triplet: 7E, 93 and 7A. RGB value is (126,147,122). Sum of RGB (Red+Green+Blue) = 126+147+122=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #7E937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E937A is #816C85. Grayscale: #898989. Windows color (decimal): -8481926 or 8033150. OLE color: 8033150.

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

Color convert

RGB126147122-
CMYK0.1400.170.42
HSL110.4º10.37%52.75%-
HSV(B)110.4º17.01%57.65%-
XYZ22.5526.7122.38-
YUV137.87119.04119.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.90%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=31.90%
G=37.22%
B=30.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1261471220.1400.170.42110.410.3752.75
Hex7E937AE0112A6ea35
Octal17622317216021521561265
Binary1111110100100111111010111001000110101011011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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