#7CA33A

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

Shades of Sushi #7CA33A

Tints of Sushi #7CA33A

Color information

#7CA33A (or 0x7CA33A) is unknown color: approx Sushi. HEX triplet: 7C, A3 and 3A. RGB value is (124,163,58). Sum of RGB (Red+Green+Blue) = 124+163+58=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA33A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA33A is #835CC5. Grayscale: #8B8B8B. Windows color (decimal): -8608966 or 3842940. OLE color: 3842940.

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

Color convert

RGB12416358-
CMYK0.2400.640.36
HSL82.29º47.51%43.33%-
HSV(B)82.29º64.42%63.92%-
XYZ22.1730.788.78-
YUV139.3782.08117.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.94%
GREEN value IS 163 (64.06% from 255) = 47.25%
BLUE value IS 58 (23.05% from 255) = 16.81%
R=35.94%
G=47.25%
B=16.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124163580.2400.640.3682.2947.5143.33
Hex7CA33A180402452302b
Octal17424372300100441226053
Binary11111001010001111101011000010000001001001010010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,163,58); }

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

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

 a { background-color: rgb(124,163,58); }

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

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

 span { border-color: rgb(124,163,58); }

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