#7C9326

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

Shades of Sushi #7C9326

Tints of Sushi #7C9326

Color information

#7C9326 (or 0x7C9326) is unknown color: approx Sushi. HEX triplet: 7C, 93 and 26. RGB value is (124,147,38). Sum of RGB (Red+Green+Blue) = 124+147+38=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9326 is #836CD9. Grayscale: #808080. Windows color (decimal): -8613082 or 2528124. OLE color: 2528124.

HSL color Cylindrical-coordinate representation of color #7C9326: hue angle of 72.66º 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 #7C9326 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB12414738-
CMYK0.1600.740.42
HSL72.66º58.92%36.27%-
HSV(B)72.66º74.15%57.65%-
XYZ19.125.295.71-
YUV127.777.38125.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.13%
GREEN value IS 147 (57.81% from 255) = 47.57%
BLUE value IS 38 (15.23% from 255) = 12.30%
R=40.13%
G=47.57%
B=12.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124147380.1600.740.4272.6658.9236.27
Hex7C93261004A2A493b24
Octal17422346200112521117344
Binary11111001001001110011010000010010101010101001001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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