#7CA32E

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

Shades of Sushi #7CA32E

Tints of Sushi #7CA32E

Color information

#7CA32E (or 0x7CA32E) is unknown color: approx Sushi. HEX triplet: 7C, A3 and 2E. RGB value is (124,163,46). Sum of RGB (Red+Green+Blue) = 124+163+46=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA32E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA32E is #835CD1. Grayscale: #8A8A8A. Windows color (decimal): -8608978 or 3056508. OLE color: 3056508.

HSL color Cylindrical-coordinate representation of color #7CA32E: hue angle of 80º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CA32E is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB12416346-
CMYK0.2400.720.36
HSL80º55.98%40.98%-
HSV(B)80º71.78%63.92%-
XYZ21.930.687.35-
YUV13876.08118.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 46 (18.36% from 255) = 13.81%
R=37.24%
G=48.95%
B=13.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124163460.2400.720.368055.9840.98
Hex7CA32E1804824503829
Octal17424356300110441207051
Binary11111001010001110111011000010010001001001010000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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