#7AA641

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

Shades of Sushi #7AA641

Tints of Sushi #7AA641

Color information

#7AA641 (or 0x7AA641) is unknown color: approx Sushi. HEX triplet: 7A, A6 and 41. RGB value is (122,166,65). Sum of RGB (Red+Green+Blue) = 122+166+65=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA641 is #8559BE. Grayscale: #8D8D8D. Windows color (decimal): -8739263 or 4302458. OLE color: 4302458.

HSL color Cylindrical-coordinate representation of color #7AA641: hue angle of 86.14º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AA641 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB12216665-
CMYK0.2700.610.35
HSL86.14º43.72%45.29%-
HSV(B)86.14º60.84%65.1%-
XYZ22.6231.799.95-
YUV141.3384.92114.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.56%
GREEN value IS 166 (65.23% from 255) = 47.03%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=34.56%
G=47.03%
B=18.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal122166650.2700.610.3586.1443.7245.29
Hex7AA6411B03D23562c2d
Octal17224610133075431265455
Binary11110101010011010000011101101111011000111010110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,166,65); }

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

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

 a { background-color: rgb(122,166,65); }

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

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

 span { border-color: rgb(122,166,65); }

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