#7ca940

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

Shades of Sushi #7CA940

Tints of Sushi #7CA940

Color information

#7CA940 (or 0x7CA940) is unknown color: approx Sushi. HEX triplet: 7C, A9 and 40. RGB value is (124,169,64). Sum of RGB (Red+Green+Blue) = 124+169+64=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #7CA940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA940 is #8356BF. Grayscale: #8F8F8F. Windows color (decimal): -8607424 or 4237692. OLE color: 4237692.

HSL color Cylindrical-coordinate representation of color #7CA940: hue angle of 85.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7CA940 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB12416964-
CMYK0.2700.620.34
HSL85.71º45.06%45.69%-
HSV(B)85.71º62.13%66.27%-
XYZ23.4333.039.99-
YUV143.5783.09114.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 169 (66.41% from 255) = 47.34%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=34.73%
G=47.34%
B=17.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124169640.2700.620.3485.7145.0645.69
Hex7CA9401B03E22562d2e
Octal17425110033076421265556
Binary11111001010100110000001101101111101000101010110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ca940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,169,64); }

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

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

 a { background-color: rgb(124,169,64); }

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

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

 span { border-color: rgb(124,169,64); }

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