#7AAA3A

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

Shades of Sushi #7AAA3A

Tints of Sushi #7AAA3A

Color information

#7AAA3A (or 0x7AAA3A) is unknown color: approx Sushi. HEX triplet: 7A, AA and 3A. RGB value is (122,170,58). Sum of RGB (Red+Green+Blue) = 122+170+58=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA3A is #8555C5. Grayscale: #8F8F8F. Windows color (decimal): -8738246 or 3844730. OLE color: 3844730.

HSL color Cylindrical-coordinate representation of color #7AAA3A: hue angle of 85.71º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AAA3A is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB12217058-
CMYK0.2800.660.33
HSL85.71º49.12%44.71%-
HSV(B)85.71º65.88%66.67%-
XYZ23.1633.199.19-
YUV142.8880.1113.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.86%
GREEN value IS 170 (66.80% from 255) = 48.57%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=34.86%
G=48.57%
B=16.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122170580.2800.660.3385.7149.1244.71
Hex7AAA3A1C0422156312d
Octal17225272340102411266155
Binary11110101010101011101011100010000101000011010110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,170,58); }

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

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

 a { background-color: rgb(122,170,58); }

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

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

 span { border-color: rgb(122,170,58); }

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