#7cad40

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

Shades of Sushi #7CAD40

Tints of Sushi #7CAD40

Color information

#7CAD40 (or 0x7CAD40) is unknown color: approx Sushi. HEX triplet: 7C, AD and 40. RGB value is (124,173,64). Sum of RGB (Red+Green+Blue) = 124+173+64=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #7CAD40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAD40 is #8352BF. Grayscale: #929292. Windows color (decimal): -8606400 or 4238716. OLE color: 4238716.

HSL color Cylindrical-coordinate representation of color #7CAD40: hue angle of 86.97º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CAD40 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB12417364-
CMYK0.2800.630.32
HSL86.97º45.99%46.47%-
HSV(B)86.97º63.01%67.84%-
XYZ24.1834.5410.24-
YUV145.9281.77112.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.35%
GREEN value IS 173 (67.97% from 255) = 47.92%
BLUE value IS 64 (25.39% from 255) = 17.73%
R=34.35%
G=47.92%
B=17.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124173640.2800.630.3286.9745.9946.47
Hex7CAD401C03F20572e2e
Octal17425510034077401275656
Binary11111001010110110000001110001111111000001010111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cad40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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