#7A8F73

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

Shades of Spanish Green #7A8F73

Tints of Spanish Green #7A8F73

Color information

#7A8F73 (or 0x7A8F73) is unknown color: approx Spanish Green. HEX triplet: 7A, 8F and 73. RGB value is (122,143,115). Sum of RGB (Red+Green+Blue) = 122+143+115=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8F73 is #85708C. Grayscale: #858585. Windows color (decimal): -8745101 or 7573370. OLE color: 7573370.

HSL color Cylindrical-coordinate representation of color #7A8F73: hue angle of 105º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A8F73 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB122143115-
CMYK0.1500.200.44
HSL105º11.11%50.59%-
HSV(B)105º19.58%56.08%-
XYZ20.9425.0219.95-
YUV133.53117.54119.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.11%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 115 (45.31% from 255) = 30.26%
R=32.11%
G=37.63%
B=30.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221431150.1500.200.4410511.1150.59
Hex7A8F73F0142C69b33
Octal17221716317024541511363
Binary1111010100011111110011111101010010110011010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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