#7A8972

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

Shades of Spanish Green #7A8972

Tints of Spanish Green #7A8972

Color information

#7A8972 (or 0x7A8972) is unknown color: approx Spanish Green. HEX triplet: 7A, 89 and 72. RGB value is (122,137,114). Sum of RGB (Red+Green+Blue) = 122+137+114=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8972 is #85768D. Grayscale: #818181. Windows color (decimal): -8746638 or 7506298. OLE color: 7506298.

HSL color Cylindrical-coordinate representation of color #7A8972: hue angle of 99.13º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A8972 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB122137114-
CMYK0.1100.170.46
HSL99.13º9.16%49.22%-
HSV(B)99.13º16.79%53.73%-
XYZ20.0123.2419.35-
YUV129.89119.03122.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.71%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=32.71%
G=36.73%
B=30.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1221371140.1100.170.4699.139.1649.22
Hex7A8972B0112E63931
Octal17221116213021561431161
Binary1111010100010011110010101101000110111011000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,137,114); }

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

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

 a { background-color: rgb(122,137,114); }

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

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

 span { border-color: rgb(122,137,114); }

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