#7A9330

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

Shades of Sushi #7A9330

Tints of Sushi #7A9330

Color information

#7A9330 (or 0x7A9330) is unknown color: approx Sushi. HEX triplet: 7A, 93 and 30. RGB value is (122,147,48). Sum of RGB (Red+Green+Blue) = 122+147+48=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9330 is #856CCF. Grayscale: #808080. Windows color (decimal): -8744144 or 3183482. OLE color: 3183482.

HSL color Cylindrical-coordinate representation of color #7A9330: hue angle of 75.15º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A9330 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB12214748-
CMYK0.1700.670.42
HSL75.15º50.77%38.24%-
HSV(B)75.15º67.35%57.65%-
XYZ18.9925.226.66-
YUV128.2482.72123.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.49%
GREEN value IS 147 (57.81% from 255) = 46.37%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=38.49%
G=46.37%
B=15.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122147480.1700.670.4275.1550.7738.24
Hex7A9330110432A4b3326
Octal17222360210103521136346
Binary11110101001001111000010001010000111010101001011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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