#7CA224

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

Shades of Sushi #7CA224

Tints of Sushi #7CA224

Color information

#7CA224 (or 0x7CA224) is unknown color: approx Sushi. HEX triplet: 7C, A2 and 24. RGB value is (124,162,36). Sum of RGB (Red+Green+Blue) = 124+162+36=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA224 is #835DDB. Grayscale: #888888. Windows color (decimal): -8609244 or 2400892. OLE color: 2400892.

HSL color Cylindrical-coordinate representation of color #7CA224: hue angle of 78.1º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CA224 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB12416236-
CMYK0.2300.780.36
HSL78.1º63.64%38.82%-
HSV(B)78.1º77.78%63.53%-
XYZ21.5530.256.37-
YUV136.2771.41119.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.51%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 36 (14.45% from 255) = 11.18%
R=38.51%
G=50.31%
B=11.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124162360.2300.780.3678.163.6438.82
Hex7CA2241704E244e4027
Octal174242442701164411610047
Binary111110010100010100100101110100111010010010011101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,162,36); }

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

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

 a { background-color: rgb(124,162,36); }

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

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

 span { border-color: rgb(124,162,36); }

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