#7CA53E

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

Shades of Sushi #7CA53E

Tints of Sushi #7CA53E

Color information

#7CA53E (or 0x7CA53E) is unknown color: approx Sushi. HEX triplet: 7C, A5 and 3E. RGB value is (124,165,62). Sum of RGB (Red+Green+Blue) = 124+165+62=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA53E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA53E is #835AC1. Grayscale: #8D8D8D. Windows color (decimal): -8608450 or 4105596. OLE color: 4105596.

HSL color Cylindrical-coordinate representation of color #7CA53E: hue angle of 83.88º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7CA53E is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB12416562-
CMYK0.2500.620.35
HSL83.88º45.37%44.51%-
HSV(B)83.88º62.42%64.71%-
XYZ22.6431.549.45-
YUV14183.42115.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.33%
GREEN value IS 165 (64.84% from 255) = 47.01%
BLUE value IS 62 (24.61% from 255) = 17.66%
R=35.33%
G=47.01%
B=17.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124165620.2500.620.3583.8845.3744.51
Hex7CA53E1903E23542d2d
Octal1742457631076431245555
Binary1111100101001011111101100101111101000111010100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,165,62); }

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

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

 a { background-color: rgb(124,165,62); }

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

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

 span { border-color: rgb(124,165,62); }

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