#7BA71E

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

Shades of Lima #7BA71E

Tints of Lima #7BA71E

Color information

#7BA71E (or 0x7BA71E) is unknown color: approx Lima. HEX triplet: 7B, A7 and 1E. RGB value is (123,167,30). Sum of RGB (Red+Green+Blue) = 123+167+30=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA71E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA71E is #8458E1. Grayscale: #8A8A8A. Windows color (decimal): -8673506 or 2008955. OLE color: 2008955.

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

Color convert

RGB12316730-
CMYK0.2600.820.35
HSL79.27º69.54%38.63%-
HSV(B)79.27º82.04%65.49%-
XYZ22.2231.946.22-
YUV138.2366.92117.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.44%
GREEN value IS 167 (65.62% from 255) = 52.19%
BLUE value IS 30 (12.11% from 255) = 9.38%
R=38.44%
G=52.19%
B=9.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal123167300.2600.820.3579.2769.5438.63
Hex7BA71E1A052234f4627
Octal173247363201224311710647
Binary11110111010011111110110100101001010001110011111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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