#7E9172

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

Shades of Spanish Green #7E9172

Tints of Spanish Green #7E9172

Color information

#7E9172 (or 0x7E9172) is unknown color: approx Spanish Green. HEX triplet: 7E, 91 and 72. RGB value is (126,145,114). Sum of RGB (Red+Green+Blue) = 126+145+114=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #7E9172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9172 is #816E8D. Grayscale: #878787. Windows color (decimal): -8482446 or 7508350. OLE color: 7508350.

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

Color convert

RGB126145114-
CMYK0.1300.210.43
HSL96.77º12.35%50.78%-
HSV(B)96.77º21.38%56.86%-
XYZ21.7725.919.77-
YUV135.78115.71121.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.73%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=32.73%
G=37.66%
B=29.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1261451140.1300.210.4396.7712.3550.78
Hex7E9172D0152B61c33
Octal17622116215025531411463
Binary1111110100100011110010110101010110101111000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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