#7AA02D

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

Shades of Sushi #7AA02D

Tints of Sushi #7AA02D

Color information

#7AA02D (or 0x7AA02D) is unknown color: approx Sushi. HEX triplet: 7A, A0 and 2D. RGB value is (122,160,45). Sum of RGB (Red+Green+Blue) = 122+160+45=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA02D is #855FD2. Grayscale: #878787. Windows color (decimal): -8740819 or 2990202. OLE color: 2990202.

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

Color convert

RGB12216045-
CMYK0.2400.720.37
HSL79.83º56.1%40.2%-
HSV(B)79.83º71.88%62.75%-
XYZ21.0729.477.06-
YUV135.5376.91118.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.31%
GREEN value IS 160 (62.89% from 255) = 48.93%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=37.31%
G=48.93%
B=13.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal122160450.2400.720.3779.8356.140.2
Hex7AA02D1804825503828
Octal17224055300110451207050
Binary11110101010000010110111000010010001001011010000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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