#7C942E

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

Shades of Sushi #7C942E

Tints of Sushi #7C942E

Color information

#7C942E (or 0x7C942E) is unknown color: approx Sushi. HEX triplet: 7C, 94 and 2E. RGB value is (124,148,46). Sum of RGB (Red+Green+Blue) = 124+148+46=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #7C942E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C942E is #836BD1. Grayscale: #818181. Windows color (decimal): -8612818 or 3052668. OLE color: 3052668.

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

Color convert

RGB12414846-
CMYK0.1600.690.42
HSL74.12º52.58%38.04%-
HSV(B)74.12º68.92%58.04%-
XYZ19.425.666.52-
YUV129.281.05124.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.99%
GREEN value IS 148 (58.20% from 255) = 46.54%
BLUE value IS 46 (18.36% from 255) = 14.47%
R=38.99%
G=46.54%
B=14.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124148460.1600.690.4274.1252.5838.04
Hex7C942E100452A4a3526
Octal17422456200105521126546
Binary11111001001010010111010000010001011010101001010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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