#7BA138

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

Shades of Sushi #7BA138

Tints of Sushi #7BA138

Color information

#7BA138 (or 0x7BA138) is unknown color: approx Sushi. HEX triplet: 7B, A1 and 38. RGB value is (123,161,56). Sum of RGB (Red+Green+Blue) = 123+161+56=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA138 is #845EC7. Grayscale: #8A8A8A. Windows color (decimal): -8675016 or 3711355. OLE color: 3711355.

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

Color convert

RGB12316156-
CMYK0.2400.650.37
HSL81.71º48.39%42.55%-
HSV(B)81.71º65.22%63.14%-
XYZ21.6329.998.39-
YUV137.6781.91117.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.18%
GREEN value IS 161 (63.28% from 255) = 47.35%
BLUE value IS 56 (22.27% from 255) = 16.47%
R=36.18%
G=47.35%
B=16.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal123161560.2400.650.3781.7148.3942.55
Hex7BA138180412552302b
Octal17324170300101451226053
Binary11110111010000111100011000010000011001011010010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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