#7AA240

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

Shades of Sushi #7AA240

Tints of Sushi #7AA240

Color information

#7AA240 (or 0x7AA240) is unknown color: approx Sushi. HEX triplet: 7A, A2 and 40. RGB value is (122,162,64). Sum of RGB (Red+Green+Blue) = 122+162+64=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA240 is #855DBF. Grayscale: #8B8B8B. Windows color (decimal): -8740288 or 4235898. OLE color: 4235898.

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

Color convert

RGB12216264-
CMYK0.2500.600.36
HSL84.49º43.36%44.31%-
HSV(B)84.49º60.49%63.53%-
XYZ21.8730.359.56-
YUV138.8785.75115.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.06%
GREEN value IS 162 (63.67% from 255) = 46.55%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=35.06%
G=46.55%
B=18.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122162640.2500.600.3684.4943.3644.31
Hex7AA2401903C24542b2c
Octal17224210031074441245354
Binary11110101010001010000001100101111001001001010100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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