#7CB440

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

Shades of Sushi #7CB440

Tints of Sushi #7CB440

Color information

#7CB440 (or 0x7CB440) is unknown color: approx Sushi. HEX triplet: 7C, B4 and 40. RGB value is (124,180,64). Sum of RGB (Red+Green+Blue) = 124+180+64=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB440 is #834BBF. Grayscale: #969696. Windows color (decimal): -8604608 or 4240508. OLE color: 4240508.

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

Color convert

RGB12418064-
CMYK0.3100.640.29
HSL88.97º47.54%47.84%-
HSV(B)88.97º64.44%70.59%-
XYZ25.5637.310.7-
YUV150.0379.45109.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.70%
GREEN value IS 180 (70.70% from 255) = 48.91%
BLUE value IS 64 (25.39% from 255) = 17.39%
R=33.70%
G=48.91%
B=17.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124180640.3100.640.2988.9747.5447.84
Hex7CB4401F0401D593030
Octal174264100370100351316060
Binary11111001011010010000001111101000000111011011001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,180,64); }

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

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

 a { background-color: rgb(124,180,64); }

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

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

 span { border-color: rgb(124,180,64); }

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