#7BA614

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

Shades of Lima #7BA614

Tints of Lima #7BA614

Color information

#7BA614 (or 0x7BA614) is unknown color: approx Lima. HEX triplet: 7B, A6 and 14. RGB value is (123,166,20). Sum of RGB (Red+Green+Blue) = 123+166+20=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA614 is #8459EB. Grayscale: #898989. Windows color (decimal): -8673772 or 1353339. OLE color: 1353339.

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

Color convert

RGB12316620-
CMYK0.2600.880.35
HSL77.67º78.49%36.47%-
HSV(B)77.67º87.95%65.1%-
XYZ21.9331.535.59-
YUV136.562.25118.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.81%
GREEN value IS 166 (65.23% from 255) = 53.72%
BLUE value IS 20 (8.20% from 255) = 6.47%
R=39.81%
G=53.72%
B=6.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal123166200.2600.880.3577.6778.4936.47
Hex7BA6141A058234e4e24
Octal173246243201304311611644
Binary11110111010011010100110100101100010001110011101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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