#7C942C

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

Shades of Sushi #7C942C

Tints of Sushi #7C942C

Color information

#7C942C (or 0x7C942C) is unknown color: approx Sushi. HEX triplet: 7C, 94 and 2C. RGB value is (124,148,44). Sum of RGB (Red+Green+Blue) = 124+148+44=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #7C942C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C942C is #836BD3. Grayscale: #818181. Windows color (decimal): -8612820 or 2921596. OLE color: 2921596.

HSL color Cylindrical-coordinate representation of color #7C942C: hue angle of 73.85º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C942C is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB12414844-
CMYK0.1600.700.42
HSL73.85º54.17%37.65%-
HSV(B)73.85º70.27%58.04%-
XYZ19.3625.656.31-
YUV128.9780.05124.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.24%
GREEN value IS 148 (58.20% from 255) = 46.84%
BLUE value IS 44 (17.58% from 255) = 13.92%
R=39.24%
G=46.84%
B=13.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124148440.1600.700.4273.8554.1737.65
Hex7C942C100462A4a3626
Octal17422454200106521126646
Binary11111001001010010110010000010001101010101001010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C942C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,148,44); }

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

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

 a { background-color: rgb(124,148,44); }

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

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

 span { border-color: rgb(124,148,44); }

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