#7CA636

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

Shades of Sushi #7CA636

Tints of Sushi #7CA636

Color information

#7CA636 (or 0x7CA636) is unknown color: approx Sushi. HEX triplet: 7C, A6 and 36. RGB value is (124,166,54). Sum of RGB (Red+Green+Blue) = 124+166+54=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA636 is #8359C9. Grayscale: #8D8D8D. Windows color (decimal): -8608202 or 3581564. OLE color: 3581564.

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

Color convert

RGB12416654-
CMYK0.2500.670.35
HSL82.5º50.91%43.14%-
HSV(B)82.5º67.47%65.1%-
XYZ22.6131.828.44-
YUV140.6779.09116.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.05%
GREEN value IS 166 (65.23% from 255) = 48.26%
BLUE value IS 54 (21.48% from 255) = 15.70%
R=36.05%
G=48.26%
B=15.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124166540.2500.670.3582.550.9143.14
Hex7CA636190432352332b
Octal17424666310103431226353
Binary11111001010011011011011001010000111000111010010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,166,54); }

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

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

 a { background-color: rgb(124,166,54); }

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

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

 span { border-color: rgb(124,166,54); }

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