#7E8E7B

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

Shades of Spanish Green #7E8E7B

Tints of Spanish Green #7E8E7B

Color information

#7E8E7B (or 0x7E8E7B) is unknown color: approx Spanish Green. HEX triplet: 7E, 8E and 7B. RGB value is (126,142,123). Sum of RGB (Red+Green+Blue) = 126+142+123=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8E7B is #817184. Grayscale: #878787. Windows color (decimal): -8483205 or 8097406. OLE color: 8097406.

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

Color convert

RGB126142123-
CMYK0.1100.130.44
HSL110.53º7.76%51.96%-
HSV(B)110.53º13.38%55.69%-
XYZ21.8525.2122.45-
YUV135.05121.2121.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.23%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=32.23%
G=36.32%
B=31.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1261421230.1100.130.44110.537.7651.96
Hex7E8E7BB0D2C6f834
Octal17621617313015541571064
Binary111111010001110111101110110110110110011011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,142,123); }

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

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

 a { background-color: rgb(126,142,123); }

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

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

 span { border-color: rgb(126,142,123); }

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