#7BA52C

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

Shades of Sushi #7BA52C

Tints of Sushi #7BA52C

Color information

#7BA52C (or 0x7BA52C) is unknown color: approx Sushi. HEX triplet: 7B, A5 and 2C. RGB value is (123,165,44). Sum of RGB (Red+Green+Blue) = 123+165+44=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA52C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA52C is #845AD3. Grayscale: #8B8B8B. Windows color (decimal): -8674004 or 2925947. OLE color: 2925947.

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

Color convert

RGB12316544-
CMYK0.2500.730.35
HSL80.83º57.89%40.98%-
HSV(B)80.83º73.33%64.71%-
XYZ22.0831.37.26-
YUV138.6574.59116.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.05%
GREEN value IS 165 (64.84% from 255) = 49.70%
BLUE value IS 44 (17.58% from 255) = 13.25%
R=37.05%
G=49.70%
B=13.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal123165440.2500.730.3580.8357.8940.98
Hex7BA52C1904923513a29
Octal17324554310111431217251
Binary11110111010010110110011001010010011000111010001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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