#7BAA14

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

Shades of Lima #7BAA14

Tints of Lima #7BAA14

Color information

#7BAA14 (or 0x7BAA14) is unknown color: approx Lima. HEX triplet: 7B, AA and 14. RGB value is (123,170,20). Sum of RGB (Red+Green+Blue) = 123+170+20=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAA14 is #8455EB. Grayscale: #8B8B8B. Windows color (decimal): -8672748 or 1354363. OLE color: 1354363.

HSL color Cylindrical-coordinate representation of color #7BAA14: hue angle of 78.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7BAA14 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB12317020-
CMYK0.2800.880.33
HSL78.8º78.95%37.25%-
HSV(B)78.8º88.24%66.67%-
XYZ22.6733.015.84-
YUV138.8560.93116.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.30%
GREEN value IS 170 (66.80% from 255) = 54.31%
BLUE value IS 20 (8.20% from 255) = 6.39%
R=39.30%
G=54.31%
B=6.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123170200.2800.880.3378.878.9537.25
Hex7BAA141C058214f4f25
Octal173252243401304111711745
Binary11110111010101010100111000101100010000110011111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,170,20); }

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

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

 a { background-color: rgb(123,170,20); }

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

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

 span { border-color: rgb(123,170,20); }

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