#7BA132

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

Shades of Sushi #7BA132

Tints of Sushi #7BA132

Color information

#7BA132 (or 0x7BA132) is unknown color: approx Sushi. HEX triplet: 7B, A1 and 32. RGB value is (123,161,50). Sum of RGB (Red+Green+Blue) = 123+161+50=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA132 is #845ECD. Grayscale: #898989. Windows color (decimal): -8675022 or 3318139. OLE color: 3318139.

HSL color Cylindrical-coordinate representation of color #7BA132: hue angle of 80.54º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BA132 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB12316150-
CMYK0.2400.690.37
HSL80.54º52.61%41.37%-
HSV(B)80.54º68.94%63.14%-
XYZ21.4929.937.66-
YUV136.9878.91118.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.83%
GREEN value IS 161 (63.28% from 255) = 48.20%
BLUE value IS 50 (19.92% from 255) = 14.97%
R=36.83%
G=48.20%
B=14.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal123161500.2400.690.3780.5452.6141.37
Hex7BA1321804525513529
Octal17324162300105451216551
Binary11110111010000111001011000010001011001011010001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,161,50); }

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

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

 a { background-color: rgb(123,161,50); }

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

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

 span { border-color: rgb(123,161,50); }

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