#7AA631

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

Shades of Sushi #7AA631

Tints of Sushi #7AA631

Color information

#7AA631 (or 0x7AA631) is unknown color: approx Sushi. HEX triplet: 7A, A6 and 31. RGB value is (122,166,49). Sum of RGB (Red+Green+Blue) = 122+166+49=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA631 is #8559CE. Grayscale: #8B8B8B. Windows color (decimal): -8739279 or 3253882. OLE color: 3253882.

HSL color Cylindrical-coordinate representation of color #7AA631: hue angle of 82.56º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AA631 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB12216649-
CMYK0.2700.700.35
HSL82.56º54.42%42.16%-
HSV(B)82.56º70.48%65.1%-
XYZ22.2231.637.84-
YUV139.5176.92115.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.20%
GREEN value IS 166 (65.23% from 255) = 49.26%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=36.20%
G=49.26%
B=14.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal122166490.2700.700.3582.5654.4242.16
Hex7AA6311B0462353362a
Octal17224661330106431236652
Binary11110101010011011000111011010001101000111010011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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