#7A8246

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

Shades of Finch #7A8246

Tints of Finch #7A8246

Color information

#7A8246 (or 0x7A8246) is unknown color: approx Finch. HEX triplet: 7A, 82 and 46. RGB value is (122,130,70). Sum of RGB (Red+Green+Blue) = 122+130+70=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8246 is #857DB9. Grayscale: #797979. Windows color (decimal): -8748474 or 4620922. OLE color: 4620922.

HSL color Cylindrical-coordinate representation of color #7A8246: hue angle of 68º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A8246 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB12213070-
CMYK0.0600.460.49
HSL68º30%39.22%-
HSV(B)68º46.15%50.98%-
XYZ17.1120.558.86-
YUV120.7799.35128.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.89%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=37.89%
G=40.37%
B=21.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122130700.0600.460.49683039.22
Hex7A8246602E31441e27
Octal1722021066056611043647
Binary11110101000001010001101100101110110001100010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,130,70); }

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

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

 a { background-color: rgb(122,130,70); }

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

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

 span { border-color: rgb(122,130,70); }

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