#7CA145

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

Shades of Sushi #7CA145

Tints of Sushi #7CA145

Color information

#7CA145 (or 0x7CA145) is unknown color: approx Sushi. HEX triplet: 7C, A1 and 45. RGB value is (124,161,69). Sum of RGB (Red+Green+Blue) = 124+161+69=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA145 is #835EBA. Grayscale: #8B8B8B. Windows color (decimal): -8609467 or 4563324. OLE color: 4563324.

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

Color convert

RGB12416169-
CMYK0.2300.570.37
HSL84.13º40%45.1%-
HSV(B)84.13º57.14%63.14%-
XYZ22.1330.210.29-
YUV139.4588.24116.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.03%
GREEN value IS 161 (63.28% from 255) = 45.48%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=35.03%
G=45.48%
B=19.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124161690.2300.570.3784.134045.1
Hex7CA145170392554282d
Octal17424110527071451245055
Binary11111001010000110001011011101110011001011010100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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