#7CA12A

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

Shades of Sushi #7CA12A

Tints of Sushi #7CA12A

Color information

#7CA12A (or 0x7CA12A) is unknown color: approx Sushi. HEX triplet: 7C, A1 and 2A. RGB value is (124,161,42). Sum of RGB (Red+Green+Blue) = 124+161+42=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA12A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA12A is #835ED5. Grayscale: #888888. Windows color (decimal): -8609494 or 2793852. OLE color: 2793852.

HSL color Cylindrical-coordinate representation of color #7CA12A: hue angle of 78.66º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CA12A is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB12416142-
CMYK0.2300.740.37
HSL78.66º58.62%39.8%-
HSV(B)78.66º73.91%63.14%-
XYZ21.4729.946.84-
YUV136.3774.74119.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.92%
GREEN value IS 161 (63.28% from 255) = 49.24%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=37.92%
G=49.24%
B=12.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124161420.2300.740.3778.6658.6239.8
Hex7CA12A1704A254f3b28
Octal17424152270112451177350
Binary11111001010000110101010111010010101001011001111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,161,42); }

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

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

 a { background-color: rgb(124,161,42); }

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

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

 span { border-color: rgb(124,161,42); }

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