#7A9272

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

Shades of Spanish Green #7A9272

Tints of Spanish Green #7A9272

Color information

#7A9272 (or 0x7A9272) is unknown color: approx Spanish Green. HEX triplet: 7A, 92 and 72. RGB value is (122,146,114). Sum of RGB (Red+Green+Blue) = 122+146+114=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9272 is #856D8D. Grayscale: #878787. Windows color (decimal): -8744334 or 7508602. OLE color: 7508602.

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

Color convert

RGB122146114-
CMYK0.1600.220.43
HSL105º12.8%50.98%-
HSV(B)105º21.92%57.25%-
XYZ21.3425.9119.8-
YUV135.18116.05118.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.94%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=31.94%
G=38.22%
B=29.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221461140.1600.220.4310512.850.98
Hex7A9272100162B69d33
Octal17222216220026531511563
Binary11110101001001011100101000001011010101111010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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