#7CA428

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

Shades of Sushi #7CA428

Tints of Sushi #7CA428

Color information

#7CA428 (or 0x7CA428) is unknown color: approx Sushi. HEX triplet: 7C, A4 and 28. RGB value is (124,164,40). Sum of RGB (Red+Green+Blue) = 124+164+40=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA428 is #835BD7. Grayscale: #8A8A8A. Windows color (decimal): -8608728 or 2663548. OLE color: 2663548.

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

Color convert

RGB12416440-
CMYK0.2400.760.36
HSL79.35º60.78%40%-
HSV(B)79.35º75.61%64.31%-
XYZ21.9730.996.83-
YUV137.972.75118.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.80%
GREEN value IS 164 (64.45% from 255) = 50%
BLUE value IS 40 (16.02% from 255) = 12.20%
R=37.80%
G=50%
B=12.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124164400.2400.760.3679.3560.7840
Hex7CA4281804C244f3d28
Octal17424450300114441177550
Binary11111001010010010100011000010011001001001001111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,164,40); }

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

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

 a { background-color: rgb(124,164,40); }

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

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

 span { border-color: rgb(124,164,40); }

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