#7CA445

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

Shades of Sushi #7CA445

Tints of Sushi #7CA445

Color information

#7CA445 (or 0x7CA445) is unknown color: approx Sushi. HEX triplet: 7C, A4 and 45. RGB value is (124,164,69). Sum of RGB (Red+Green+Blue) = 124+164+69=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA445 is #835BBA. Grayscale: #8D8D8D. Windows color (decimal): -8608699 or 4564092. OLE color: 4564092.

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

Color convert

RGB12416469-
CMYK0.2400.580.36
HSL85.26º40.77%45.69%-
HSV(B)85.26º57.93%64.31%-
XYZ22.6631.2710.47-
YUV141.2187.25115.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=34.73%
G=45.94%
B=19.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124164690.2400.580.3685.2640.7745.69
Hex7CA4451803A2455292e
Octal17424410530072441255156
Binary11111001010010010001011100001110101001001010101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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