#7A9F40

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

Shades of Sushi #7A9F40

Tints of Sushi #7A9F40

Color information

#7A9F40 (or 0x7A9F40) is unknown color: approx Sushi. HEX triplet: 7A, 9F and 40. RGB value is (122,159,64). Sum of RGB (Red+Green+Blue) = 122+159+64=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9F40 is #8560BF. Grayscale: #898989. Windows color (decimal): -8741056 or 4235130. OLE color: 4235130.

HSL color Cylindrical-coordinate representation of color #7A9F40: hue angle of 83.37º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A9F40 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB12215964-
CMYK0.2300.600.38
HSL83.37º42.6%43.73%-
HSV(B)83.37º59.75%62.35%-
XYZ21.3529.39.38-
YUV137.1186.74117.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.36%
GREEN value IS 159 (62.5% from 255) = 46.09%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=35.36%
G=46.09%
B=18.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122159640.2300.600.3883.3742.643.73
Hex7A9F401703C26532b2c
Octal17223710027074461235354
Binary11110101001111110000001011101111001001101010011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,159,64); }

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

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

 a { background-color: rgb(122,159,64); }

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

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

 span { border-color: rgb(122,159,64); }

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