#7ba11e

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

Shades of Lima #7BA11E

Tints of Lima #7BA11E

Color information

#7BA11E (or 0x7BA11E) is unknown color: approx Lima. HEX triplet: 7B, A1 and 1E. RGB value is (123,161,30). Sum of RGB (Red+Green+Blue) = 123+161+30=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA11E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA11E is #845EE1. Grayscale: #878787. Windows color (decimal): -8675042 or 2007419. OLE color: 2007419.

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

Color convert

RGB12316130-
CMYK0.2400.810.37
HSL77.4º68.59%37.45%-
HSV(B)77.4º81.37%63.14%-
XYZ21.1529.795.86-
YUV134.768.91119.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.17%
GREEN value IS 161 (63.28% from 255) = 51.27%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=39.17%
G=51.27%
B=9.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal123161300.2400.810.3777.468.5937.45
Hex7BA11E18051254d4525
Octal173241363001214511510545
Binary11110111010000111110110000101000110010110011011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ba11e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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