#7BA120

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

Shades of Lima #7BA120

Tints of Lima #7BA120

Color information

#7BA120 (or 0x7BA120) is unknown color: approx Lima. HEX triplet: 7B, A1 and 20. RGB value is (123,161,32). Sum of RGB (Red+Green+Blue) = 123+161+32=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA120 is #845EDF. Grayscale: #878787. Windows color (decimal): -8675040 or 2138491. OLE color: 2138491.

HSL color Cylindrical-coordinate representation of color #7BA120: hue angle of 77.67º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7BA120 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB12316132-
CMYK0.2400.800.37
HSL77.67º66.84%37.84%-
HSV(B)77.67º80.12%63.14%-
XYZ21.1729.86-
YUV134.9369.91119.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.92%
GREEN value IS 161 (63.28% from 255) = 50.95%
BLUE value IS 32 (12.89% from 255) = 10.13%
R=38.92%
G=50.95%
B=10.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal123161320.2400.800.3777.6766.8437.84
Hex7BA12018050254e4326
Octal173241403001204511610346
Binary111101110100001100000110000101000010010110011101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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