#7A9326

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

Shades of Sushi #7A9326

Tints of Sushi #7A9326

Color information

#7A9326 (or 0x7A9326) is unknown color: approx Sushi. HEX triplet: 7A, 93 and 26. RGB value is (122,147,38). Sum of RGB (Red+Green+Blue) = 122+147+38=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9326 is #856CD9. Grayscale: #7F7F7F. Windows color (decimal): -8744154 or 2528122. OLE color: 2528122.

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

Color convert

RGB12214738-
CMYK0.1700.740.42
HSL73.76º58.92%36.27%-
HSV(B)73.76º74.15%57.65%-
XYZ18.8125.145.7-
YUV127.177.72124.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.74%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 38 (15.23% from 255) = 12.38%
R=39.74%
G=47.88%
B=12.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122147380.1700.740.4273.7658.9236.27
Hex7A93261104A2A4a3b24
Octal17222346210112521127344
Binary11110101001001110011010001010010101010101001010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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