#7AA030

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

Shades of Sushi #7AA030

Tints of Sushi #7AA030

Color information

#7AA030 (or 0x7AA030) is unknown color: approx Sushi. HEX triplet: 7A, A0 and 30. RGB value is (122,160,48). Sum of RGB (Red+Green+Blue) = 122+160+48=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA030 is #855FCF. Grayscale: #888888. Windows color (decimal): -8740816 or 3186810. OLE color: 3186810.

HSL color Cylindrical-coordinate representation of color #7AA030: hue angle of 80.36º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AA030 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB12216048-
CMYK0.2400.700.37
HSL80.36º53.85%40.78%-
HSV(B)80.36º70%62.75%-
XYZ21.1329.497.38-
YUV135.8778.41118.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 160 (62.89% from 255) = 48.48%
BLUE value IS 48 (19.14% from 255) = 14.55%
R=36.97%
G=48.48%
B=14.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal122160480.2400.700.3780.3653.8540.78
Hex7AA0301804625503629
Octal17224060300106451206651
Binary11110101010000011000011000010001101001011010000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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