#7A926F

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

Shades of Spanish Green #7A926F

Tints of Spanish Green #7A926F

Color information

#7A926F (or 0x7A926F) is unknown color: approx Spanish Green. HEX triplet: 7A, 92 and 6F. RGB value is (122,146,111). Sum of RGB (Red+Green+Blue) = 122+146+111=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #7A926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A926F is #856D90. Grayscale: #868686. Windows color (decimal): -8744337 or 7311994. OLE color: 7311994.

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

Color convert

RGB122146111-
CMYK0.1600.240.43
HSL101.14º13.83%50.39%-
HSV(B)101.14º23.97%57.25%-
XYZ21.1725.8418.91-
YUV134.83114.55118.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.19%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=32.19%
G=38.52%
B=29.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221461110.1600.240.43101.1413.8350.39
Hex7A926F100182B65e32
Octal17222215720030531451662
Binary11110101001001011011111000001100010101111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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