#7CA037

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

Shades of Sushi #7CA037

Tints of Sushi #7CA037

Color information

#7CA037 (or 0x7CA037) is unknown color: approx Sushi. HEX triplet: 7C, A0 and 37. RGB value is (124,160,55). Sum of RGB (Red+Green+Blue) = 124+160+55=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA037 is #835FC8. Grayscale: #898989. Windows color (decimal): -8609737 or 3645564. OLE color: 3645564.

HSL color Cylindrical-coordinate representation of color #7CA037: hue angle of 80.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CA037 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB12416055-
CMYK0.2200.660.37
HSL80.57º48.84%42.16%-
HSV(B)80.57º65.62%62.75%-
XYZ21.5729.78.21-
YUV137.2781.57118.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.58%
GREEN value IS 160 (62.89% from 255) = 47.20%
BLUE value IS 55 (21.88% from 255) = 16.22%
R=36.58%
G=47.20%
B=16.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124160550.2200.660.3780.5748.8442.16
Hex7CA037160422551312a
Octal17424067260102451216152
Binary11111001010000011011110110010000101001011010001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,160,55); }

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

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

 a { background-color: rgb(124,160,55); }

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

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

 span { border-color: rgb(124,160,55); }

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