#7BA31A

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

Shades of Lima #7BA31A

Tints of Lima #7BA31A

Color information

#7BA31A (or 0x7BA31A) is unknown color: approx Lima. HEX triplet: 7B, A3 and 1A. RGB value is (123,163,26). Sum of RGB (Red+Green+Blue) = 123+163+26=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA31A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA31A is #845CE5. Grayscale: #878787. Windows color (decimal): -8674534 or 1745787. OLE color: 1745787.

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

Color convert

RGB12316326-
CMYK0.2500.840.36
HSL77.52º72.49%37.06%-
HSV(B)77.52º84.05%63.92%-
XYZ21.4530.485.73-
YUV135.4266.25119.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.42%
GREEN value IS 163 (64.06% from 255) = 52.24%
BLUE value IS 26 (10.55% from 255) = 8.33%
R=39.42%
G=52.24%
B=8.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123163260.2500.840.3677.5272.4937.06
Hex7BA31A19054244e4825
Octal173243323101244411611045
Binary11110111010001111010110010101010010010010011101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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