#7aba0e

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

Shades of Lima #7ABA0E

Tints of Lima #7ABA0E

Color information

#7ABA0E (or 0x7ABA0E) is unknown color: approx Lima. HEX triplet: 7A, BA and 0E. RGB value is (122,186,14). Sum of RGB (Red+Green+Blue) = 122+186+14=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABA0E is #8545F1. Grayscale: #939393. Windows color (decimal): -8734194 or 965242. OLE color: 965242.

HSL color Cylindrical-coordinate representation of color #7ABA0E: hue angle of 82.33º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7ABA0E is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB12218614-
CMYK0.3400.920.27
HSL82.33º86%39.22%-
HSV(B)82.33º92.47%72.94%-
XYZ25.6639.296.65-
YUV147.2652.8109.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.89%
GREEN value IS 186 (73.05% from 255) = 57.76%
BLUE value IS 14 (5.86% from 255) = 4.35%
R=37.89%
G=57.76%
B=4.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122186140.3400.920.2782.338639.22
Hex7ABAE2205C1B525627
Octal172272164201343312212647
Binary1111010101110101110100010010111001101110100101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aba0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,186,14); }

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

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

 a { background-color: rgb(122,186,14); }

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

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

 span { border-color: rgb(122,186,14); }

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