#7ba61a

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

Shades of Lima #7BA61A

Tints of Lima #7BA61A

Color information

#7BA61A (or 0x7BA61A) is unknown color: approx Lima. HEX triplet: 7B, A6 and 1A. RGB value is (123,166,26). Sum of RGB (Red+Green+Blue) = 123+166+26=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA61A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA61A is #8459E5. Grayscale: #898989. Windows color (decimal): -8673766 or 1746555. OLE color: 1746555.

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

Color convert

RGB12316626-
CMYK0.2600.840.35
HSL78.43º72.92%37.65%-
HSV(B)78.43º84.34%65.1%-
XYZ21.9931.565.91-
YUV137.1865.25117.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.05%
GREEN value IS 166 (65.23% from 255) = 52.70%
BLUE value IS 26 (10.55% from 255) = 8.25%
R=39.05%
G=52.70%
B=8.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal123166260.2600.840.3578.4372.9237.65
Hex7BA61A1A054234e4926
Octal173246323201244311611146
Binary11110111010011011010110100101010010001110011101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ba61a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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