#7AA02B

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

Shades of Sushi #7AA02B

Tints of Sushi #7AA02B

Color information

#7AA02B (or 0x7AA02B) is unknown color: approx Sushi. HEX triplet: 7A, A0 and 2B. RGB value is (122,160,43). Sum of RGB (Red+Green+Blue) = 122+160+43=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA02B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA02B is #855FD4. Grayscale: #878787. Windows color (decimal): -8740821 or 2859130. OLE color: 2859130.

HSL color Cylindrical-coordinate representation of color #7AA02B: hue angle of 79.49º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AA02B is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB12216043-
CMYK0.2400.730.37
HSL79.49º57.64%39.8%-
HSV(B)79.49º73.12%62.75%-
XYZ21.0329.456.86-
YUV135.375.91118.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.54%
GREEN value IS 160 (62.89% from 255) = 49.23%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=37.54%
G=49.23%
B=13.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal122160430.2400.730.3779.4957.6439.8
Hex7AA02B18049254f3a28
Octal17224053300111451177250
Binary11110101010000010101111000010010011001011001111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,160,43); }

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

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

 a { background-color: rgb(122,160,43); }

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

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

 span { border-color: rgb(122,160,43); }

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