#7BA232

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

Shades of Sushi #7BA232

Tints of Sushi #7BA232

Color information

#7BA232 (or 0x7BA232) is unknown color: approx Sushi. HEX triplet: 7B, A2 and 32. RGB value is (123,162,50). Sum of RGB (Red+Green+Blue) = 123+162+50=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA232 is #845DCD. Grayscale: #898989. Windows color (decimal): -8674766 or 3318395. OLE color: 3318395.

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

Color convert

RGB12316250-
CMYK0.2400.690.36
HSL80.89º52.83%41.57%-
HSV(B)80.89º69.14%63.53%-
XYZ21.6630.287.72-
YUV137.5778.58117.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.72%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 50 (19.92% from 255) = 14.93%
R=36.72%
G=48.36%
B=14.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123162500.2400.690.3680.8952.8341.57
Hex7BA232180452451352a
Octal17324262300105441216552
Binary11110111010001011001011000010001011001001010001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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