#7A9170

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

Shades of Spanish Green #7A9170

Tints of Spanish Green #7A9170

Color information

#7A9170 (or 0x7A9170) is unknown color: approx Spanish Green. HEX triplet: 7A, 91 and 70. RGB value is (122,145,112). Sum of RGB (Red+Green+Blue) = 122+145+112=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9170 is #856E8F. Grayscale: #868686. Windows color (decimal): -8744592 or 7377274. OLE color: 7377274.

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

Color convert

RGB122145112-
CMYK0.1600.230.43
HSL101.82º13.04%50.39%-
HSV(B)101.82º22.76%56.86%-
XYZ21.0825.5619.15-
YUV134.36115.38119.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.19%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=32.19%
G=38.26%
B=29.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221451120.1600.230.43101.8213.0450.39
Hex7A9170100172B66d32
Octal17222116020027531461562
Binary11110101001000111100001000001011110101111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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