#7ca03d

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

Shades of Sushi #7CA03D

Tints of Sushi #7CA03D

Color information

#7CA03D (or 0x7CA03D) is unknown color: approx Sushi. HEX triplet: 7C, A0 and 3D. RGB value is (124,160,61). Sum of RGB (Red+Green+Blue) = 124+160+61=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA03D is #835FC2. Grayscale: #8A8A8A. Windows color (decimal): -8609731 or 4038780. OLE color: 4038780.

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

Color convert

RGB12416061-
CMYK0.2200.620.37
HSL81.82º44.8%43.33%-
HSV(B)81.82º61.87%62.75%-
XYZ21.7329.769.01-
YUV137.9584.57118.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.94%
GREEN value IS 160 (62.89% from 255) = 46.38%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=35.94%
G=46.38%
B=17.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124160610.2200.620.3781.8244.843.33
Hex7CA03D1603E25522d2b
Octal1742407526076451225553
Binary1111100101000001111011011001111101001011010010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ca03d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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