#7A9273

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

Shades of Spanish Green #7A9273

Tints of Spanish Green #7A9273

Color information

#7A9273 (or 0x7A9273) is unknown color: approx Spanish Green. HEX triplet: 7A, 92 and 73. RGB value is (122,146,115). Sum of RGB (Red+Green+Blue) = 122+146+115=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9273 is #856D8C. Grayscale: #878787. Windows color (decimal): -8744333 or 7574138. OLE color: 7574138.

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

Color convert

RGB122146115-
CMYK0.1600.210.43
HSL106.45º12.45%51.18%-
HSV(B)106.45º21.23%57.25%-
XYZ21.425.9320.1-
YUV135.29116.55118.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.85%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=31.85%
G=38.12%
B=30.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221461150.1600.210.43106.4512.4551.18
Hex7A9273100152B6ac33
Octal17222216320025531521463
Binary11110101001001011100111000001010110101111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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