#7BA326

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

Shades of Sushi #7BA326

Tints of Sushi #7BA326

Color information

#7BA326 (or 0x7BA326) is unknown color: approx Sushi. HEX triplet: 7B, A3 and 26. RGB value is (123,163,38). Sum of RGB (Red+Green+Blue) = 123+163+38=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA326 is #845CD9. Grayscale: #898989. Windows color (decimal): -8674522 or 2532219. OLE color: 2532219.

HSL color Cylindrical-coordinate representation of color #7BA326: hue angle of 79.2º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7BA326 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB12316338-
CMYK0.2500.770.36
HSL79.2º62.19%39.41%-
HSV(B)79.2º76.69%63.92%-
XYZ21.6230.556.59-
YUV136.7972.25118.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.96%
GREEN value IS 163 (64.06% from 255) = 50.31%
BLUE value IS 38 (15.23% from 255) = 11.73%
R=37.96%
G=50.31%
B=11.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123163380.2500.770.3679.262.1939.41
Hex7BA3261904D244f3e27
Octal17324346310115441177647
Binary11110111010001110011011001010011011001001001111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,163,38); }

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

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

 a { background-color: rgb(123,163,38); }

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

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

 span { border-color: rgb(123,163,38); }

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