#7E917A

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

Shades of Spanish Green #7E917A

Tints of Spanish Green #7E917A

Color information

#7E917A (or 0x7E917A) is unknown color: approx Spanish Green. HEX triplet: 7E, 91 and 7A. RGB value is (126,145,122). Sum of RGB (Red+Green+Blue) = 126+145+122=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #7E917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E917A is #816E85. Grayscale: #888888. Windows color (decimal): -8482438 or 8032638. OLE color: 8032638.

HSL color Cylindrical-coordinate representation of color #7E917A: hue angle of 109.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E917A is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB126145122-
CMYK0.1300.160.43
HSL109.57º9.47%52.35%-
HSV(B)109.57º15.86%56.86%-
XYZ22.2426.0922.28-
YUV136.7119.71120.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.06%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=32.06%
G=36.90%
B=31.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1261451220.1300.160.43109.579.4752.35
Hex7E917AD0102B6e934
Octal17622117215020531561164
Binary1111110100100011111010110101000010101111011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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