#7CA02D

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

Shades of Sushi #7CA02D

Tints of Sushi #7CA02D

Color information

#7CA02D (or 0x7CA02D) is unknown color: approx Sushi. HEX triplet: 7C, A0 and 2D. RGB value is (124,160,45). Sum of RGB (Red+Green+Blue) = 124+160+45=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA02D is #835FD2. Grayscale: #888888. Windows color (decimal): -8609747 or 2990204. OLE color: 2990204.

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

Color convert

RGB12416045-
CMYK0.2200.720.37
HSL78.78º56.1%40.2%-
HSV(B)78.78º71.88%62.75%-
XYZ21.3629.627.07-
YUV136.1376.57119.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.69%
GREEN value IS 160 (62.89% from 255) = 48.63%
BLUE value IS 45 (17.97% from 255) = 13.68%
R=37.69%
G=48.63%
B=13.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124160450.2200.720.3778.7856.140.2
Hex7CA02D16048254f3828
Octal17424055260110451177050
Binary11111001010000010110110110010010001001011001111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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