#7BA32C

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

Shades of Sushi #7BA32C

Tints of Sushi #7BA32C

Color information

#7BA32C (or 0x7BA32C) is unknown color: approx Sushi. HEX triplet: 7B, A3 and 2C. RGB value is (123,163,44). Sum of RGB (Red+Green+Blue) = 123+163+44=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA32C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA32C is #845CD3. Grayscale: #898989. Windows color (decimal): -8674516 or 2925435. OLE color: 2925435.

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

Color convert

RGB12316344-
CMYK0.2500.730.36
HSL80.17º57.49%40.59%-
HSV(B)80.17º73.01%63.92%-
XYZ21.7230.597.14-
YUV137.4775.25117.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.27%
GREEN value IS 163 (64.06% from 255) = 49.39%
BLUE value IS 44 (17.58% from 255) = 13.33%
R=37.27%
G=49.39%
B=13.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123163440.2500.730.3680.1757.4940.59
Hex7BA32C1904924503929
Octal17324354310111441207151
Binary11110111010001110110011001010010011001001010000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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