#7E8F7A

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

Shades of Spanish Green #7E8F7A

Tints of Spanish Green #7E8F7A

Color information

#7E8F7A (or 0x7E8F7A) is unknown color: approx Spanish Green. HEX triplet: 7E, 8F and 7A. RGB value is (126,143,122). Sum of RGB (Red+Green+Blue) = 126+143+122=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 143 - color contains mainly: green. Hex color #7E8F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8F7A is #817085. Grayscale: #878787. Windows color (decimal): -8482950 or 8032126. OLE color: 8032126.

HSL color Cylindrical-coordinate representation of color #7E8F7A: hue angle of 108.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E8F7A is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB126143122-
CMYK0.1200.150.44
HSL108.57º8.57%51.96%-
HSV(B)108.57º14.69%56.08%-
XYZ21.9425.4922.18-
YUV135.52120.37121.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.23%
GREEN value IS 143 (56.25% from 255) = 36.57%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=32.23%
G=36.57%
B=31.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1261431220.1200.150.44108.578.5751.96
Hex7E8F7AC0F2C6d934
Octal17621717214017541551164
Binary111111010001111111101011000111110110011011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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