#7CA614

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

Shades of Lima #7CA614

Tints of Lima #7CA614

Color information

#7CA614 (or 0x7CA614) is unknown color: approx Lima. HEX triplet: 7C, A6 and 14. RGB value is (124,166,20). Sum of RGB (Red+Green+Blue) = 124+166+20=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA614 is #8359EB. Grayscale: #898989. Windows color (decimal): -8608236 or 1353340. OLE color: 1353340.

HSL color Cylindrical-coordinate representation of color #7CA614: hue angle of 77.26º 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 #7CA614 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB12416620-
CMYK0.2500.880.35
HSL77.26º78.49%36.47%-
HSV(B)77.26º87.95%65.1%-
XYZ22.0731.615.6-
YUV136.862.09118.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40%
GREEN value IS 166 (65.23% from 255) = 53.55%
BLUE value IS 20 (8.20% from 255) = 6.45%
R=40%
G=53.55%
B=6.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124166200.2500.880.3577.2678.4936.47
Hex7CA61419058234d4e24
Octal174246243101304311511644
Binary11111001010011010100110010101100010001110011011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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