#7A8E70

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

Shades of Spanish Green #7A8E70

Tints of Spanish Green #7A8E70

Color information

#7A8E70 (or 0x7A8E70) is unknown color: approx Spanish Green. HEX triplet: 7A, 8E and 70. RGB value is (122,142,112). Sum of RGB (Red+Green+Blue) = 122+142+112=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8E70 is #85718F. Grayscale: #848484. Windows color (decimal): -8745360 or 7376506. OLE color: 7376506.

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

Color convert

RGB122142112-
CMYK0.1400.210.44
HSL100º11.81%49.8%-
HSV(B)100º21.13%55.69%-
XYZ20.6224.6519-
YUV132.6116.37120.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.45%
GREEN value IS 142 (55.86% from 255) = 37.77%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=32.45%
G=37.77%
B=29.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221421120.1400.210.4410011.8149.8
Hex7A8E70E0152C64c32
Octal17221616016025541441462
Binary1111010100011101110000111001010110110011001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,142,112); }

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

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

 a { background-color: rgb(122,142,112); }

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

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

 span { border-color: rgb(122,142,112); }

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